Constructors
-
Dictionary
Base() Initializes a new instance of the DictionaryBase class.
Methods
- Clear() Clears the contents of the DictionaryBase instance.
-
Copy
To(Array, Copies the DictionaryBase elements to a one-dimensional Array at the specified index.Int32) -
Get
Enumerator() Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance. -
On
Clear() Performs additional custom processes before clearing the contents of the DictionaryBase instance. -
On
Clear Performs additional custom processes after clearing the contents of the DictionaryBase instance.Complete() -
On
Get(Object, Gets the element with the specified key and value in the DictionaryBase instance.Object) -
On
Insert(Object, Performs additional custom processes before inserting a new element into the DictionaryBase instance.Object) -
On
Insert Performs additional custom processes after inserting a new element into the DictionaryBase instance.Complete(Object, Object) -
On
Remove(Object, Performs additional custom processes before removing an element from the DictionaryBase instance.Object) -
On
Remove Performs additional custom processes after removing an element from the DictionaryBase instance.Complete(Object, Object) -
On
Set(Object, Performs additional custom processes before setting a value in the DictionaryBase instance.Object, Object) -
On
Set Performs additional custom processes after setting a value in the DictionaryBase instance.Complete(Object, Object, Object) -
On
Validate(Object, Performs additional custom processes when validating the element with the specified key and value.Object)
Properties
- Count Gets the number of elements contained in the DictionaryBase instance.
- Dictionary Gets the list of elements contained in the DictionaryBase instance.
-
Inner
Hashtable Gets the list of elements contained in the DictionaryBase instance. -
System.
Collections. Gets a value indicating whether access to a DictionaryBase object is synchronized (thread safe).ICollection. Is Synchronized -
System.
Collections. Gets an object that can be used to synchronize access to a DictionaryBase object.ICollection. Sync Root -
System.
Collections. Gets a value indicating whether a DictionaryBase object has a fixed size.IDictionary. Is Fixed Size -
System.
Collections. Gets a value indicating whether a DictionaryBase object is read-only.IDictionary. Is Read Only -
System.
Collections. IDictionary. Item -
System.
Collections. Gets an ICollection object containing the keys in the DictionaryBase object.IDictionary. Keys -
System.
Collections. Gets an ICollection object containing the values in the DictionaryBase object.IDictionary. Values