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

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

public virtual LevelCollection..::..ILevelCollectionEnumerator GetEnumerator()

Return Value

Type: LevelCollection ILevelCollectionEnumerator
An Enumerator for the entire LevelCollection.
See Also