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 MergeY( Dictionary<TKeyY, Dictionary<TKeyX, TValue>> otherDictionary )
Parameters
- otherDictionary
- Type:
System.Collections.Generic Dictionary TKeyY,
Dictionary TKeyX, TValue
The dictionary to merge in.
See Also