Click or drag to resize

MergeableDictionaryTKey, TValueMergeDictionary Method

Merges the hashtable passed in with this MergeableHashtable. All keys in toMerge which are already in this MergeableHashtable are skipped.

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 void MergeDictionary(
	Dictionary<TKey, TValue> toMerge
)

Parameters

toMerge
Type: System.Collections.GenericDictionaryTKey, TValue
To merge.
See Also