log4net SDK Documentation - Microsoft .NET Framework 4.0

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.

See Also

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