Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IDictionary Interface |
The following tables list the members exposed by IDictionary.
Name | Description | |
---|---|---|
![]() | CompareMode | Set or get the string comparison method. |
![]() | Count | Get the number of items in the dictionary. |
![]() | HashVal | |
![]() | Item | Set or get the item for a given key |
![]() | Key | Change a key to a different key. |
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. |