LevelCollection Constructor (Int32)Apache log4net™ SDK Documentation
Initializes a new instance of the LevelCollection class that has the specified initial capacity.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public LevelCollection(
	int capacity
)

Parameters

capacity
Type: OnlineSystem Int32
The number of elements that the new LevelCollection is initially capable of storing.
See Also