Click or drag to resize
MultiValueDictionary<TKey, TValue> Constructor (IEqualityComparer<TValue>)

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

Parameters

valueComparer
Type: System.Collections.Generic.IEqualityComparer<TValue>
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