AppenderCollection GetEnumerator Method Apache log4net™ SDK Documentation
Returns an enumerator that can iterate through the AppenderCollection.

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

public virtual IAppenderCollectionEnumerator GetEnumerator()

Return Value

Type: IAppenderCollectionEnumerator
An Enumerator for the entire AppenderCollection.
See Also