Returns an enumerator that can iterate through the LevelCollection.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
public virtual LevelCollectionILevelCollectionEnumerator GetEnumerator()
Public Overridable Function GetEnumerator As LevelCollectionILevelCollectionEnumerator
public:
virtual LevelCollectionILevelCollectionEnumerator^ GetEnumerator()
abstract GetEnumerator : unit -> LevelCollectionILevelCollectionEnumerator
override GetEnumerator : unit -> LevelCollectionILevelCollectionEnumerator
Return Value
Type:
LevelCollectionILevelCollectionEnumeratorAn
Enumerator for the entire
LevelCollection.
Reference