log4net SDK Reference

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.

Remarks

Missing <remarks> documentation for M:log4net.Plugin.PluginCollection.AddRange(log4net.Plugin.IPlugin[])

See Also

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