ReflectionBasedDictionaryAdapter
Pendent
Gets the number of elements contained in the ICollection.
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.
Initializes a new instance of the ReflectionBasedDictionaryAdapter class.
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 enumerator that iterates through a collection.
Removes the element with the specified key from the IDictionary object.