PluginCollectionCopyTo Method (IPlugin, Int32)Apache log4net™ SDK Documentation
Copies the entire PluginCollection to a one-dimensional IPlugin array, starting at the specified index of the target array.

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual void CopyTo(
	IPlugin[] array,
	int start
)

Parameters

array
Type: log4net.PluginIPlugin
The one-dimensional IPlugin array to copy to.
start
Type: SystemInt32
The zero-based index in array at which copying begins.
See Also

Reference