Returns an enumerator that can iterate through a collection.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Return Value
Type: IDictionaryEnumeratorAn IEnumerator that can be used to iterate through the collection.
Implements
IDictionaryGetEnumeratorRemarks
As the collection is empty a NullEnumerator is returned.
See Also