Click or drag to resize

SerializableDictionary Constructor (IDictionaryString, Object, IEqualityComparerString)

constructor with dictionary and comaprer

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public SerializableDictionary(
	IDictionary<string, Object> dictionary,
	IEqualityComparer<string> comparer
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, Object
IDictionary
comparer
Type: System.Collections.GenericIEqualityComparerString
IEquityComparer
See Also