Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

EmptyDictionary.GetEnumerator�Method�

Returns an enumerator that can iterate through a collection.

[Visual�Basic]
NotOverridable�Public�Function�GetEnumerator()�As�IDictionaryEnumerator�_
����Implements�IDictionary.GetEnumerator
[C#]
public�IDictionaryEnumerator�GetEnumerator();

Return Value

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

Implements

IDictionary.GetEnumerator

Remarks

As the collection is empty a NullEnumerator is returned.

See Also

EmptyDictionary Class | log4net.Util Namespace