Copies the entire PluginCollection
to a one-dimensional IPlugin array.
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);
PluginCollection Class | log4net.Plugin Namespace