AppenderCollection RemoveAt Method Apache log4net™ SDK Documentation
Removes the element at the specified index of the AppenderCollection.

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

public virtual void RemoveAt(
	int index
)

Parameters

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

ExceptionCondition
OnlineSystem ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also