SimpleHashtable Class
This API supports the product infrastructure and is not intended to be used directly from your code.
A hash table for the internal storage of items.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Name | Description | |
|---|---|---|
![]() | SimpleHashtable(UInt32) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SimpleHashtable class, using the specified threshold. |
| Name | Description | |
|---|---|---|
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the item that has the specified key. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumerator for the hash table. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the item with the specified key from the hash table. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

