The SafeDictionaryK, V generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds the specified key and value to the dictionary. (Inherited from DictionaryK, V.) |
|
Clear |
Removes all keys and values from the DictionaryTKey, TValue. (Inherited from DictionaryK, V.) |
|
ContainsKey |
Determines whether the DictionaryTKey, TValue contains the specified key. (Inherited from DictionaryK, V.) |
|
ContainsValue |
Determines whether the DictionaryTKey, TValue contains a specific value. (Inherited from DictionaryK, V.) |
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator |
Returns an enumerator that iterates through the DictionaryTKey, TValue. (Inherited from DictionaryK, V.) |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove |
Removes the value with the specified key from the DictionaryTKey, TValue. (Inherited from DictionaryK, V.) |
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
TryGetValue |
Gets the value associated with the specified key. (Inherited from DictionaryK, V.) |
See Also