ContractedDictionary Methods |
The ContractedDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(KeyValuePairString, Object) | ||
| Add(String, Object) |
Add the specified key and value.
| |
| Clear | ||
| Contains | ||
| ContainsKey |
Checks if this dictionary contains the given key
| |
| CopyTo | ||
| GetEnumerator | ||
| Remove(KeyValuePairString, Object) | ||
| Remove(String) | ||
| TryGetValue(String, Object) | ||
| TryGetValueT(String, T) |
Tries to get the value of the specified key
| |
| Validate |
Validates the dictionary
|