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: 2.0.8.0-.NET 4.0
Syntax

public LevelCollection(
	int capacity
)

Parameters

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

Reference