HashTable(TKey,TValue) overview
HashTable(TKey,TValue)
|
Overloaded. Initializes a new instance of the HashTable(TKey,TValue) class. |
Count | Gets the number of Values in the Hash Table |
IsReadOnly | Returns that the Hash Table is not read only |
Item | Gets the first value with the given key from the Hash Table |
KeyCount | Gets the number of Keys in the Hash Table |
Keys | Gets the Keys of the Hash Table |
Values | Gets all the values in the Hash Table |
Add | Overloaded. Adds an item to the Hash Table |
AddEmpty | Adds a Key with an empty value set to the Hash Table |
Clear | Clears the Hash Table |
Contains | Overloaded. Checks whether the given Key Value pair exists in the Hash Table |
ContainsKey | Checks whether the given Key exists in the Hash Table |
CopyTo | Copies the Hash Table to an array |
Equals (inherited from Object) | |
GetEnumerator | Gets the Enumerator for the Key Value pairs in the Hash Table |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
GetValues | Gets all values with the given Key from the Hash Table |
Remove | Overloaded. Removes everything with the given Key from the Hash Table |
ToString (inherited from Object) | |
TryGetValue | Overloaded. Tries to get the first Value with the given Key |
ValueCount | Gets the number of Values for a given Key |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
IEnumerable.GetEnumerator | Gets the Enumerator for the Hash Table |
IEnumerable<TValue>.GetEnumerator | Missing <summary> documentation for VDS.Common.HashTable`2.System#Collections#Generic#IEnumerable<TValue>#GetEnumerator |
HashTable<TKey, TValue> Class | VDS.Common Namespace