Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

NullDictionaryEnumerator Class

An always empty IDictionaryEnumerator.

For a list of all members of this type, see NullDictionaryEnumerator Members.

System.Object
���log4net.Util.NullDictionaryEnumerator

[Visual�Basic]
NotInheritable�Public�Class�NullDictionaryEnumerator
����Implements�IDictionaryEnumerator, IEnumerator
[C#]
public�sealed�class�NullDictionaryEnumerator : IDictionaryEnumerator, IEnumerator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A singleton implementation of the IDictionaryEnumerator over a collection that is empty and not modifiable.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

NullDictionaryEnumerator Members | log4net.Util Namespace