Click or drag to resize

SerializableDictionary<TKey, TVal> Constructor (IEqualityComparer<TKey>)

Construct the dictionary with the specified equality comparer.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public SerializableDictionary(
	IEqualityComparer<TKey> comparer
)

Parameters

comparer
Type: System.Collections.Generic.IEqualityComparer<TKey>
The equality comparer to use.
See Also