6
Reply

hash table in c#

r4rasheed

r4rasheed

Oct 21 2004 2:00 PM
2.2k
. . . Hashtable H = new Hashtable(); H.Add("IL", 500); . . . how can I add 200 to value 500 so it becomes ... ("IL",700)

Answers (6)