log4net SDK Reference

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.

Remarks

Missing <remarks> documentation for M:log4net.Plugin.PluginCollection.AddRange(System.Collections.ICollection)

See Also

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