log4net SDK Reference

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,
   int start
);

Parameters

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

Remarks

Missing <remarks> documentation for M:log4net.Core.LevelCollection.CopyTo(log4net.Core.Level[],System.Int32)

See Also

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