EmptyDictionary MethodsApache log4net™ SDK Documentation

The EmptyDictionary type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an element with the provided key and value to the EmptyDictionary.
Public methodClear
Removes all elements from the EmptyDictionary.
Public methodContains
Determines whether the EmptyDictionary contains an element with the specified key.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that can iterate through a collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the element with the specified key from the EmptyDictionary.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also

Reference