menu

WinForms

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

    Show / Hide Table of Contents

    Class Hashtable

    Inheritance
    System.Object
    System.Collections.Generic.Dictionary<System.Object, System.Object>
    Hashtable
    Implements
    System.Collections.Generic.IDictionary<System.Object, System.Object>
    System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyDictionary<System.Object, System.Object>
    System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>
    System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>
    System.Collections.IEnumerable
    System.Runtime.Serialization.ISerializable
    System.Runtime.Serialization.IDeserializationCallback
    Inherited Members
    System.Collections.Generic.Dictionary<System.Object, System.Object>.Add(System.Object, System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.Clear()
    System.Collections.Generic.Dictionary<System.Object, System.Object>.Comparer
    System.Collections.Generic.Dictionary<System.Object, System.Object>.ContainsKey(System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.ContainsValue(System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.Count
    System.Collections.Generic.Dictionary<System.Object, System.Object>.GetEnumerator()
    System.Collections.Generic.Dictionary<System.Object, System.Object>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.Item[System.Object]
    System.Collections.Generic.Dictionary<System.Object, System.Object>.Keys
    System.Collections.Generic.Dictionary<System.Object, System.Object>.OnDeserialization(System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.Remove(System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>.Add(System.Collections.Generic.KeyValuePair<System.Object, System.Object>)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>.Contains(System.Collections.Generic.KeyValuePair<System.Object, System.Object>)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>.CopyTo(System.Collections.Generic.KeyValuePair<System.Object, System.Object>[], System.Int32)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>.IsReadOnly
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>.Remove(System.Collections.Generic.KeyValuePair<System.Object, System.Object>)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.IDictionary<System.Object, System.Object>.Keys
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.IDictionary<System.Object, System.Object>.Values
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Object, System.Object>>.GetEnumerator()
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.IReadOnlyDictionary<System.Object, System.Object>.Keys
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.Generic.IReadOnlyDictionary<System.Object, System.Object>.Values
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.Add(System.Object, System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.Contains(System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.get_Item(System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.GetEnumerator()
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.IsFixedSize
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.IsReadOnly
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.Item[System.Object]
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.Keys
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.Remove(System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IDictionary.Values
    System.Collections.Generic.Dictionary<System.Object, System.Object>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.Dictionary<System.Object, System.Object>.TryGetValue(System.Object, System.Object)
    System.Collections.Generic.Dictionary<System.Object, System.Object>.Values
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.GridCommon.Utility
    Assembly: Syncfusion.GridCommon.WinForms.dll
    Syntax
    public class Hashtable : Dictionary<object, object>, IDictionary<object, object>, ICollection<KeyValuePair<object, object>>, IDictionary, ICollection, IReadOnlyDictionary<object, object>, IReadOnlyCollection<KeyValuePair<object, object>>, IEnumerable<KeyValuePair<object, object>>, IEnumerable, ISerializable, IDeserializationCallback

    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

    Implements

    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.IDictionary
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.Runtime.Serialization.ISerializable
    System.Runtime.Serialization.IDeserializationCallback

    Extension Methods

    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Average<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Sum<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Max<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Int16>)
    EnumerableExtensions.Min<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<Int16>>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>)
    EnumerableExtensions.OrderBy<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.OrderByDescending<T>(IEnumerable<T>, String, Func<String, Object, Object>, IComparer<Object>)
    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>)
    FunctionalExtensions.IterateIndex<T>(IEnumerable<T>, Action<Int32, T>, Int32)
    FunctionalExtensions.Zip<TFirst, TSecond, TResult>(IEnumerable<TFirst>, IEnumerable<TSecond>, Func<TFirst, TSecond, TResult>)
    FunctionalExtensions.Fold<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldLeft<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.FoldRight<T, U>(IEnumerable<U>, Func<T, U, T>, T)
    FunctionalExtensions.ToObservableCollection<T>(IEnumerable<T>)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, String[], IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, List<String>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, List<SortDescriptor>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, Func<TElement, Object>[])
    QueryableExtensions.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved