leonidas blog

Grip. Stand. Throw.

This Blog

Syndication

Search

Tags

Community

Email Notifications

Archives

Browse by Tags

All Tags » VB.NET (RSS)
Hashtable, ListDictionary and HybridDictionary
In the most basic case, the Hashtable class is used to do mapping of key/value pairs of objects. For example, assume that you have User ID mapped to User's Fullname: Hashtable users = new Hashtable(); users["001"] = "Marasigan, Raimund";...

Posted 08-13-2007 1:15 AM by leonidas | 1 comment(s)

Filed under: , ,