Class Hashtable
Inheritance
System.Object
Hashtable
Namespace: Syncfusion.Maui.GridCommon.Utility
Assembly: Syncfusion.Maui.GridCommon.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 |