MultiValueHashtable<TKey, TValue> Methods |
The MultiValueHashtable< TKey, TValue> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(TKey, TValue) | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
![]() | Add(TKey, ICollection<TValue>) |
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 Dictionary<TKey, UniqueValueList<TValue>>.) |
![]() | 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 Dictionary<TKey, UniqueValueList<TValue>>.) |
![]() | ContainsValue | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
![]() | 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 Dictionary<TKey, UniqueValueList<TValue>>.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the Dictionary< TKey, TValue> instance. (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
![]() | 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 Dictionary<TKey, UniqueValueList<TValue>>.) |
![]() | Remove | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue | (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.) |