DictionaryBase
Provides the abstract base class for a strongly typed collection of key/value pairs.
Gets the number of elements contained in the DictionaryBase instance.
Gets the list of elements contained in the DictionaryBase instance.
Gets the list of elements contained in the DictionaryBase instance.
protected DictionaryBase()
Initializes a new instance of the DictionaryBase class.
Clears the contents of the DictionaryBase instance.
Copies the DictionaryBase elements to a one-dimensional Array at the specified index.
Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance.
Performs additional custom processes before clearing the contents of the DictionaryBase instance.
Performs additional custom processes after clearing the contents of the DictionaryBase instance.
Gets the element with the specified key and value in the DictionaryBase instance.
Performs additional custom processes before inserting a new element into the DictionaryBase instance.
Performs additional custom processes after inserting a new element into the DictionaryBase instance.
Performs additional custom processes before removing an element from the DictionaryBase instance.
Performs additional custom processes after removing an element from the DictionaryBase instance.
Performs additional custom processes before setting a value in the DictionaryBase instance.
Performs additional custom processes after setting a value in the DictionaryBase instance.
Performs additional custom processes when validating the element with the specified key and value.