Click or drag to resize

MergeableDictionaryTKey, TValue Constructor (IDictionaryTKey, TValue)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public MergeableDictionary(
	IDictionary<TKey, TValue> d
)

Parameters

d
Type: System.Collections.GenericIDictionaryTKey, TValue
See Also