log4net SDK Reference

PluginCollection Constructor (PluginCollection)

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

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

Parameters

c
The PluginCollection whose elements are copied to the new collection.

Remarks

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

See Also

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