EmptyDictionary PropertiesApache log4net™ SDK Documentation

The EmptyDictionary type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection
Public propertyStatic memberInstance
Gets the singleton instance of the EmptyDictionary.
Public propertyIsFixedSize
Gets a value indicating whether the EmptyDictionary has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the EmptyDictionary is read-only.
Public propertyIsSynchronized
Gets a value indicating if access to the ICollection is synchronized (thread-safe).
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an ICollection containing the keys of the EmptyDictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Public propertyValues
Gets an ICollection containing the values of the EmptyDictionary.
Top
See Also

Reference