log4net SDK Reference

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.

Remarks

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

See Also

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