menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Hashtable - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Hashtable

    Inheritance
    System.Object
    Hashtable
    Namespace: Syncfusion.UI.Xaml.Grid.Utility
    Assembly: Syncfusion.SfGridCommon.UWP.dll
    Syntax
    public class Hashtable : Dictionary<object, object>

    Constructors

    Hashtable()

    Declaration
    public Hashtable()

    Properties

    Item[Object]

    Declaration
    public object this[object key] { get; set; }
    Parameters
    Type Name Description
    System.Object key
    Property Value
    Type
    System.Object

    Methods

    Clone()

    Declaration
    public Hashtable Clone()
    Returns
    Type
    Hashtable

    Contains(Object)

    Declaration
    public bool Contains(object key)
    Parameters
    Type Name Description
    System.Object key
    Returns
    Type
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved