Monday, 20 December 2010

What is Hashtable Class?

Represents a collection of key/value pairs that are organized based on the hash code of the key.
Each element is a key/value pair stored in a DictionaryEntry object. A key cannot be a null reference (Nothing in Visual Basic), but a value can be. Key objects must be immutable as long as they are used as keys in the Hashtable.

No comments:

Post a Comment