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 LevelCollection. ILevelCollectionEnumerator GetEnumerator()
Public Overridable Function GetEnumerator As LevelCollection.ILevelCollectionEnumerator
public:
virtual LevelCollection. ILevelCollectionEnumerator^ GetEnumerator()
abstract GetEnumerator : unit -> LevelCollection. ILevelCollectionEnumerator
override GetEnumerator : unit -> LevelCollection. ILevelCollectionEnumerator
Return Value
Type:
LevelCollection.ILevelCollectionEnumeratorAn
Enumerator for the entire
LevelCollection.
Reference