Sunday, August 14, 2011

[Research] Visual Basic Functions - HashTables

A HashTable is similar to an Array. It is a table consisting of 2 columns, Key and Value. Every item you put in to the HashTable will have a unique Key and a Value associated with it. Each Key/Value is an 'element', and are stored as DictionaryEntry object types.

To read more about HashTables, check out the MSDN article here.

No comments:

Post a Comment