EmptyDictionary GetEnumerator Method Apache log4net™ SDK Documentation
Returns an enumerator that can iterate through a collection.

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

public IDictionaryEnumerator GetEnumerator()

Return Value

Type: OnlineIDictionaryEnumerator
An OnlineIEnumerator that can be used to iterate through the collection.

Implements

OnlineIDictionary GetEnumerator 
Remarks

As the collection is empty a NullEnumerator is returned.

See Also