Add | Adds a key and item pair to a Dictionary object. |
Exists | Returns true if a specified key exists in the Dictionary object, false if it does not. |
Items | Returns an array containing all the items in a Dictionary object. |
Keys | Returns an array containing all existing keys in a Dictionary object. |
Remove | Removes a key, item pair from a Dictionary object. |
RemoveAll | The RemoveAll method removes all key, item pairs from a Dictionary object. |
CompareMode | Sets and returns the comparison mode for comparing string keys in a Dictionary object. |
Count | Returns the number of items in a collection or Dictionary object. |
Item | Sets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key. |
Key | Sets a key in a Dictionary object. |