log4net SDK Reference

AppenderCollection Constructor (Int32)

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

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

Parameters

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

Remarks

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

See Also

AppenderCollection Class | log4net.Appender Namespace | AppenderCollection Constructor Overload List