Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

PluginCollection.AddRange�Method

Adds the elements of a IPlugin array to the current PluginCollection.

Overload List

Adds the elements of a IPlugin array to the current PluginCollection.

public�virtual�int�AddRange(IPlugin[]);

Adds the elements of another PluginCollection to the current PluginCollection.

public�virtual�int�AddRange(PluginCollection);

Adds the elements of a IPlugin collection to the current PluginCollection.

public�virtual�int�AddRange(ICollection);

See Also

PluginCollection Class | log4net.Plugin Namespace