|
|
| Hashtable [+] Favor-It | |
| |
 |
| | Sort By:
|
The Hashtable Class
Represents a collection of key-and-value pairs that are organized based on the hash code of the key.
Author: Microsoft Support Code: ASP.NET v1.0 & VB |
A hashtable is a table containing key and value pairs. The code below creates a new hashtable named myHash, displays all of the entries of the hashtable, and returns a count of the items in the hashtable. Author: Anil Bhimavarapu Code: ASP.NET Beta 1 & VB |
The Hashtable object contains items in key/value pairs. The keys are used as indexes, and very quick searches can be made for values by searching through their keys.
Author: w3schools.com Code: ASP.NET v1.0 & VB |
|  | |
Icon Key >
 - Recently Updated
 - Showcase Listing
|