Click or drag to resize

SerializableDictionaryTKey, TVal Constructor (IDictionaryTKey, TVal, IEqualityComparerTKey)

Construct the dictionary from another dictionary of the same type and using the equality item comparer.

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

Parameters

dictionary
Type: System.Collections.GenericIDictionaryTKey, TVal
The dictionary to copy.
comparer
Type: System.Collections.GenericIEqualityComparerTKey
The equality comparer to use.
See Also