Click or drag to resize
MultiValueHashtable<TKey, TValue> Methods

The MultiValueHashtable< TKey, TValue> generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(TKey, TValue) (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public methodAdd(TKey, ICollection<TValue>)
Adds the objects as values for the specified key.
Public methodAdd(TKey, TValue)
Adds an element with the specified key and value to the set.
Public methodClear (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public methodContains
Determines whether the multivaluehashtable contains the key, and if so, if the list of values stored under the key contains the value specified.
Public methodContainsKey (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public methodContainsValue (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public methodRemove (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.Add (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodIDictionary.Add (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.Contains (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodIDictionary.Contains (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.CopyTo (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodICollection.CopyTo (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodIEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodIDictionary.GetEnumerator (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.Remove (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Explicit interface implementationPrivate methodIDictionary.Remove (Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Top
See Also