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.11.0.0 (5.11.23.1114)
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