menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DictionaryExtensions

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved