Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LevelCollection.CopyTo�Method�(Level[], Int32)

Copies the entire LevelCollection to a one-dimensional Level array, starting at the specified index of the target array.

[Visual�Basic]
Overridable�Overloads�Public�Sub�CopyTo( _
���ByVal array�As�Level(),�_
���ByVal start�As�Integer�_
)
[C#]
public�virtual�void�CopyTo(
���Level[]array,
���intstart
);

Parameters

array
The one-dimensional Level array to copy to.
start
The zero-based index in array at which copying begins.

See Also

LevelCollection Class | log4net.Core Namespace | LevelCollection.CopyTo Overload List