How to implement hash table functionality in c#
-
Hi, Really,i need to implement hash table like functionality in my application, can anybody help me. Thanks, Sri
what u want? dim hs as new hashtable hs.add("1",ram) hs.add("2",ram) hs.add("3",ttt)
Piyush Vardhan Singh p_vardhan14@rediffmail.com http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
what u want? dim hs as new hashtable hs.add("1",ram) hs.add("2",ram) hs.add("3",ttt)
Piyush Vardhan Singh p_vardhan14@rediffmail.com http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
Hi, Really,i need to implement hash table like functionality in my application, can anybody help me. Thanks, Sri
-
Piyush, Actually i need internal structure..i mean internal functionality of hash table.(hashtable class structure) Thanks Sri