log4net SDK Reference

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