log4net SDK Reference

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

This type is not safe for multithreaded operations.

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