AbstractDictionaryAdapter
Abstract adapter for the IDictionary support
needed by the DictionaryAdapterFactory
Gets the number of elements contained in the ICollection.
Gets a value indicating whether the IDictionary object has a fixed size.
Gets a value indicating whether the IDictionary object is read-only.
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Gets or sets the Object with the specified key.
Gets an ICollection object containing the keys of the IDictionary object.
Gets an object that can be used to synchronize access to the ICollection.
Gets an ICollection object containing the values in the IDictionary object.
protected AbstractDictionaryAdapter()
Adds an element with the provided key and value to the IDictionary object.
Removes all elements from the IDictionary object.
Determines whether the IDictionary object contains an element with the specified key.
Returns an IDictionaryEnumerator object for the IDictionary object.
Removes the element with the specified key from the IDictionary object.