log4net SDK Documentation - Microsoft .NET Framework 4.0

PluginCollection.AddRange Method (PluginCollection)

Adds the elements of another PluginCollection to the current PluginCollection.

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

Parameters

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

Return Value

The new Count of the PluginCollection.

See Also

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