Click or drag to resize
MultiValueDictionaryTKey, TValue Constructor (IEqualityComparerTValue)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public MultiValueDictionary(
	IEqualityComparer<TValue> valueComparer
)

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