HashList(TKey,TValue) overview
![]() |
Overloaded. Initializes a new instance of the HashList(TKey,TValue) class. |
![]() | Gets the number of elements contained in the ICollection`1. |
![]() | Gets a value indicating whether the ICollection`1 is read-only. |
![]() | Gets or sets the element with the specified key. |
![]() | Gets an ICollection`1 containing the keys of the IDictionary`2. |
![]() | Gets an ICollection`1 containing the values in the IDictionary`2. |
![]() | Overloaded. Adds an element with the provided key and value to the IDictionary`2. |
![]() | Removes all items from the ICollection`1. |
![]() | Determines whether the ICollection`1 contains a specific value. |
![]() | Determines whether the IDictionary`2 contains an element with the specified key. |
![]() | Copies the elements of the ICollection`1 to an Array, starting at a particular Array index. |
![]() | |
![]() | Returns an enumerator that iterates through a collection. |
![]() | Overloaded. Removes the element with the specified key from the IDictionary`2. |
![]() | Tries to get value for the specified key. |
HashList<TKey, TValue> Class | ComponentOwl.BetterListView.Collections Namespace