MultiValueDictionaryTKey, TValue Constructor (IEqualityComparerTValue) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public MultiValueDictionary(
IEqualityComparer<TValue> valueComparer
)
Public Sub New (
valueComparer As IEqualityComparer(Of TValue)
)
Parameters
- valueComparer
- Type: System.Collections.GenericIEqualityComparerTValue
The IEqualityComparer<TValue> which is used for the HashSet objects created for each TKey instance.
Can be null, in which case the default EqualityComparer is used.
See Also