| TABLE 1: The Dictionary Object's Methods and Properties |
| Method or Property |
Description |
| Methods |
| Add |
Adds a new item to the dictionary |
| Exists |
Verifies whether a given key exists in the dictionary |
| Items |
Returns an array with all the values in a dictionary |
| Keys |
Returns an array with all the keys in a dictionary |
| Remove |
Removes the item identified by the specified key |
| RemoveAll |
Removes all the items in the dictionary |
| Properties |
| CompareMode |
Sets and returns the comparison mode for string keys |
| Count |
Returns the number of items in a dictionary |
| Item |
Sets and returns an item for the specified key |
| Key |
Changes an item's key |