Class Hashtable
  
  
  
  
    Inheritance
    System.Object
    Hashtable
   
  
  Assembly: Syncfusion.SfGridCommon.UWP.dll
  Syntax
  
    public class Hashtable : Dictionary<object, object>
   
  Constructors
  
  
  
  
  Hashtable()
  
  
  Declaration
  
  Properties
  
  
  
  
  Item[Object]
  
  
  Declaration
  
    public object this[object key] { get; set; }
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        key | 
         | 
      
    
  
  Property Value
  
  Methods
  
  
  
  
  Clone()
  
  
  Declaration
  
  Returns
  
  
  
  
  Contains(Object)
  
  
  Declaration
  
    public bool Contains(object key)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        key | 
         | 
      
    
  
  Returns
  
  Extension Methods