Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

PluginCollection.AddRange�Method�(IPlugin[])

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

[Visual�Basic]
Overridable�Overloads�Public�Function�AddRange( _
���ByVal x�As�IPlugin()�_
)�As�Integer
[C#]
public�virtual�int�AddRange(
���IPlugin[]x
);

Parameters

x
The IPlugin array whose elements should be added to the end of the PluginCollection.

Return Value

The new Count of the PluginCollection.

See Also

PluginCollection Class | log4net.Plugin Namespace | PluginCollection.AddRange Overload List