EmptyDictionary ClassApache log4net™ SDK Documentation
An always empty OnlineIDictionary.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util EmptyDictionary

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

[SerializableAttribute]
public sealed class EmptyDictionary : IDictionary, 
	ICollection, IEnumerable
Remarks

A singleton implementation of the OnlineIDictionary interface that always represents an empty collection.

See Also