[This is preliminary documentation and is subject to change.]
The HashTable<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HashTable<(Of <(<'T>)>)>(IEqualityComparer<(Of <<'(T>)>>)) | CTor (optionally with comparer) | |
| HashTable<(Of <(<'T>)>)>(Int32, IEqualityComparer<(Of <<'(T>)>>)) | CTor (with capacity and optionally with comparer) |
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an element into collection. | |
| Clear | Clears internal HashTable<(Of <(<'T>)>)> in order to contain no elements | |
| Contains | Determines whether the collection contains a specific value. | |
| CopyTo | Copies the elements of the System.Collections.Generic.ICollection(Of T) to an System.Array, starting at a particular System.Array index. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetEnumerator1 | Obsolete. Returns an enumerator that iterates through a collection. | |
| Remove | Removes the first occurrence of a specific object from the internal HashTable<(Of <(<'T>)>)>. |
Extension Methods
| Name | Description | |
|---|---|---|
| AddRange<(Of <<'(T>)>>) | Inserts all items from one collection to another (Defined by CollectionTools.) |
Fields
| Name | Description | |
|---|---|---|
| Internal | Dictionary<(Of <(<'TKey, TValue>)>)> internally used by this instance |
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the internal HashTable<(Of <(<'T>)>)>. | |
| IsReadOnly | Determines if this collection is read-only or not (always retruns False) |