Merges two objects implementing the IDictionary interface of type T with key of type K and value of type V.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- obj1
- Type: T
First object
- obj2
- Type: T
Second object
- updateValue
- Type: System Boolean
Indicates if value of item with same key in obj1 should be overwritten
Return Value
Type: TSee Also