EmptyDictionary PropertiesApache log4net™ SDK Documentation
The EmptyDictionary type exposes the following members.
Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the OnlineICollection
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 OnlineICollection is synchronized (thread-safe).
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an OnlineICollection containing the keys of the EmptyDictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the OnlineICollection.
Public propertyValues
Gets an OnlineICollection containing the values of the EmptyDictionary.
Back to Top
See Also