Copies the entire PluginCollection to a one-dimensional
IPlugin array, starting at the specified index of the target array.
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- array
- Type: log4net.Plugin IPlugin
The one-dimensional IPlugin array to copy to.
- start
- Type: System Int32
The zero-based index in array at which copying begins.
See Also