Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

PluginCollection.CopyTo�Method

Copies the entire PluginCollection to a one-dimensional IPlugin array.

Overload List

Copies the entire PluginCollection to a one-dimensional IPlugin array.

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

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

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

See Also

PluginCollection Class | log4net.Plugin Namespace