C# Tutorial Hashtable
Add
Search
- Check if Hashtable contains a specific key in CSharp
- Check if the Hashtable contains a specific key in CSharp
- Check if the Hashtable contains a specific value in CSharp
Basic
- Check if Hashtable is equal to another in CSharp
- Check if the Hashtable has a fixed size in CSharp
- Check if the Hashtable is read-only in CSharp
- Check if the Hashtable is synchronized (thread safe) in CSharp
- Get an object that can be used to synchronize access to the Hashtable in CSharp
- Get or set the value associated with the specified key in CSharp
- Get the number of key/value pairs contained in the Hashtable in CSharp
- Return a synchronized (thread-safe) wrapper for the Hashtable in CSharp
- Use IDictionaryEnumerator to loop through a Hashtable in CSharp
Copy
Create
- Create Hashtable from dictionary and specified IEqualityComparer object in CSharp
- Create Hashtable from dictionary with the specified load factor and IEqualityComparer in CSharp
- Create Hashtable from dictionary with the specified load factor in CSharp
- Create Hashtable with default initial capacity, load factor, hash code provider, and comparer in CSharp
- Create Hashtable with initial capacity and IEqualityComparer in CSharp
- Create Hashtable with specified IEqualityComparer in CSharp
- Create Hashtable with specified initial capacity in CSharp
- Create Hashtable with the initial capacity and load factor in CSharp
- Create Hashtable with the specified initial capacity, load factor, and IEqualityComparer in CSharp
- Create a Hashtable from a dictionary in CSharp
Convert
- Get an ICollection containing the keys in the Hashtable in CSharp
- Get an ICollection containing the values in the Hashtable in CSharp
- Get an IDictionaryEnumerator that iterates through the Hashtable in CSharp
Remove
- Remove all elements from the Hashtable in CSharp
- Remove the element with the specified key from the Hashtable in CSharp