log4net SDK Documentation - Microsoft .NET Framework 4.0

PluginCollection Constructor (IPlugin[])

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

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

Parameters

a
The IPlugin array whose elements are copied to the new list.

See Also

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