MultiValueHashtableTKey, TValue Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
[SerializableAttribute] public class MultiValueHashtable<TKey, TValue> : Dictionary<TKey, UniqueValueList<TValue>>
The MultiValueHashtableTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | MultiValueHashtableTKey, TValue |
Initializes a new instance of the MultiValueHashtable class.
|
![]() | MultiValueHashtableTKey, TValue(Int32) |
Initializes a new instance of the MultiValueHashtable class.
|
![]() | MultiValueHashtableTKey, TValue(SerializationInfo, StreamingContext) |
Deserialization CTor
|
Name | Description | |
---|---|---|
![]() | Comparer | (Inherited from DictionaryTKey, UniqueValueListTValue.) |
![]() | Count | (Inherited from DictionaryTKey, UniqueValueListTValue.) |
![]() | Item |
Gets / sets a value for the given key. Hides original indexer
|
![]() | Keys | (Inherited from DictionaryTKey, UniqueValueListTValue.) |
![]() | Values | (Inherited from DictionaryTKey, UniqueValueListTValue.) |
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.) |