log4net SDK Reference

PluginCollection Constructor (Int32)

Initializes a new instance of the PluginCollection class that has the specified initial capacity.

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

Parameters

capacity
The number of elements that the new PluginCollection is initially capable of storing.

Remarks

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

See Also

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