log4net SDK Reference

PluginCollection Constructor (ICollection)

Initializes a new instance of the PluginCollection class that contains elements copied from the specified IPlugin collection.

[Visual Basic]
Overloads Public Sub New( _
   ByVal col As ICollection _
)
[C#]
public PluginCollection(
   ICollection col
);

Parameters

col
The IPlugin collection whose elements are copied to the new list.

Remarks

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

See Also

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