EmptyDictionary CopyTo Method Apache log4net™ SDK Documentation
Copies the elements of the OnlineICollection to an OnlineArray, starting at a particular Array index.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: OnlineSystem Array
The one-dimensional OnlineArray that is the destination of the elements copied from OnlineICollection. The Array must have zero-based indexing.
index
Type: OnlineSystem Int32
The zero-based index in array at which copying begins.

Implements

OnlineICollection CopyTo(Array, Int32)
Remarks

As the collection is empty no values are copied into the array.

See Also