| MultiValueHashtableTKey, TValue Methods | 
The MultiValueHashtableTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(TKey, TValue) | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| Add(TKey, ICollectionTValue) | 
            Adds the objects as values for the specified key.
              | |
| Add(TKey, TValue) | 
            Adds an element with the specified key and value to the set.
              | |
| Clear | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| Contains | 
            Determines whether the multivaluehashtable contains the key, and if so, if the list of values stored under the key contains the value specified.
              | |
| ContainsKey | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| ContainsValue | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| 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 | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.  (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.  (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| Remove | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| TryGetValue | (Inherited from DictionaryTKey, UniqueValueListTValue.) | 
| Name | Description | |
|---|---|---|
| ICollectionKeyValuePairTKey, TValueAdd | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| IDictionaryAdd | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| ICollectionKeyValuePairTKey, TValueContains | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| IDictionaryContains | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| ICollectionKeyValuePairTKey, TValueCopyTo | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| ICollectionCopyTo | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| IEnumerableKeyValuePairTKey, TValueGetEnumerator | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| IEnumerableGetEnumerator | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| IDictionaryGetEnumerator | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| ICollectionKeyValuePairTKey, TValueRemove | (Inherited from DictionaryTKey, UniqueValueListTValue.) | |
| IDictionaryRemove | (Inherited from DictionaryTKey, UniqueValueListTValue.) |