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.12.0.0 (5.12.0)
Syntaxpublic void MergeDictionary(
Dictionary<TKey, TValue> toMerge
)
Public Sub MergeDictionary (
toMerge As Dictionary(Of TKey, TValue)
)
Parameters
- toMerge
- Type: System.Collections.GenericDictionaryTKey, TValue
To merge.
See Also