log4net SDK Reference

LevelCollection Constructor (Int32)

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

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

Parameters

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

Remarks

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

See Also

LevelCollection Class | log4net.Core Namespace | LevelCollection Constructor Overload List