 
            | Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IDictionary Interface | 
For a list of all members of this type, see IDictionary members.
| Name | Description | |
|---|---|---|
|  | Add | Add a new key and item to the dictionary. | 
|  | Exists | Determine if a given key is in the dictionary. | 
|  | GetEnumerator | |
|  | Items | Get an array containing all items in the dictionary. | 
|  | Keys | Get an array containing all keys in the dictionary. | 
|  | let_Item | |
|  | Remove | Remove a given key from the dictionary. | 
|  | RemoveAll | Remove all information from the dictionary. |