LevelCollectionRemoveAt Method Apache log4net™ SDK Documentation
Removes the element at the specified index of the LevelCollection.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to remove.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also

Reference