log4net SDK Documentation - Microsoft .NET Framework 4.0

PluginCollection.AddRange Method (ICollection)

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

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

Parameters

col
The IPlugin collection 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