Section A.7. Dictionary Object
A 7 Dictionary Object
| 
			 Add Method  | 
			
			 Adds an item to the dictionary  | 
		
| 
			 CompareMode Property  | 
			
			 Returns or sets the comparison mode  | 
		
| 
			 Count Property  | 
			
			 Returns the number of items in the dictionary  | 
		
| 
			 Exists Method  | 
			
			 Returns True if the key exists  | 
		
| 
			 Item Property  | 
			
			 Returns or sets the item associated with a given key  | 
		
| 
			 Items Method  | 
			
			 Returns an array of all items in the dictionary  | 
		
| 
			 Key Property  | 
			
			 Renames a given key  | 
		
| 
			 Keys Method  | 
			
			 Returns an array of all keys in the dictionary  | 
		
| 
			 Remove Method  | 
			
			 Removes an item associated with a given key  | 
		
| 
			 RemoveAll Method  | 
			
			 Removes all items from the dictionary  |