Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

EmptyDictionary Class

An always empty IDictionary.

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

System.Object
���log4net.Util.EmptyDictionary

[Visual�Basic]
NotInheritable�Public�Class�EmptyDictionary
����Implements�IDictionary, ICollection, IEnumerable
[C#]
public�sealed�class�EmptyDictionary : IDictionary, ICollection, IEnumerable

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 IDictionary interface that always represents an empty collection.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

EmptyDictionary Members | log4net.Util Namespace