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

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public IDictionaryEnumerator GetEnumerator()

Return Value

Type: IDictionaryEnumerator
An IEnumerator that can be used to iterate through the collection.

Implements

IDictionaryGetEnumerator
Remarks

As the collection is empty a NullEnumerator is returned.

See Also

Reference