Click or drag to resize

SerializableDictionaryTKey, TVal Constructor (IDictionaryTKey, TVal)

Construct the dictionary from another dictionary of the same type.

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
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryTKey, TVal
The dictionary to copy.
See Also