log4net SDK Reference

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

This type is not safe for multithreaded operations.

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