Class DictionaryExtensions
Inheritance
System.Object
DictionaryExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public static class DictionaryExtensions
Methods
Merge<TKey, TVal>(IDictionary<TKey, TVal>, IDictionary<TKey, TVal>)
Declaration
public static IDictionary<TKey, TVal> Merge<TKey, TVal>(this IDictionary<TKey, TVal> dictA, IDictionary<TKey, TVal> dictB)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IDictionary<TKey, TVal> | dictA | |
| System.Collections.Generic.IDictionary<TKey, TVal> | dictB |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<TKey, TVal> |
Type Parameters
| Name | Description |
|---|---|
| TKey | |
| TVal |