Merges in values from a dictionary of dictionaries.
Namespace: ElecNetKit.UtilAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
public void MergeX( Dictionary<TKeyX, Dictionary<TKeyY, TValue>> otherDictionary )
Parameters
- otherDictionary
- Type:
System.Collections.Generic Dictionary TKeyX,
Dictionary TKeyY, TValue
The dictionary to merge in.
See Also