Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection.CopyTo�Method

Copies the entire AppenderCollection to a one-dimensional IAppender array.

Overload List

Copies the entire AppenderCollection to a one-dimensional IAppender array.

public�virtual�void�CopyTo(IAppender[]);

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

public�virtual�void�CopyTo(IAppender[],int);

See Also

AppenderCollection Class | log4net.Appender Namespace