Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection.CopyTo�Method�(IAppender[], Int32)

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

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

Parameters

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

See Also

AppenderCollection Class | log4net.Appender Namespace | AppenderCollection.CopyTo Overload List