Click or drag to resize

OrderedDictionaryTKey, TValue Constructor (OrderedDictionaryTKey, TValue)

Initializes a new instance of the OrderedDictionary<TKey,TValue> class.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public OrderedDictionary(
	OrderedDictionary<TKey, TValue> copy
)

Parameters

copy
Type: Ifs.Fnd.CoreOrderedDictionaryTKey, TValue
The initial dictionary to copy
See Also