Name | Description | |
---|---|---|
Add | Adds an item to the dictionary. | |
Clear | Clear the dictionary. | |
Contains | Determines whether the dictionary contains a specific value. | |
CopyTo | Copies the elements of the dictionary to an System.Array, starting at a particular System.Array index. | |
GetEnumerator | Returns an enumerator that iterates through the dictionary. | |
Load | Loads dictionary from the specified file. | |
Remove | Remove specific dictionary element. | |
Save | Saves dictionary to the specified file. |
Is this page helpful?
Yes
No