log4net SDK Documentation - Microsoft .NET Framework 4.0

LevelCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the LevelCollection.

[Visual Basic]
Overridable Public Function GetEnumerator() As ILevelCollectionEnumerator
[C#]
public virtual ILevelCollectionEnumerator GetEnumerator();

Return Value

An Enumerator for the entire LevelCollection.

See Also

LevelCollection Class | log4net.Core Namespace