Finding HashTable
C#
4
Posts
3
Posters
0
Views
1
Watching
-
Hi, I am using C# 3.5 dotnetframework. kindly let me know, in which namespace may I find "HashTable" ? Thank you in advance (Riaz)
-
Hi, I am using C# 3.5 dotnetframework. kindly let me know, in which namespace may I find "HashTable" ? Thank you in advance (Riaz)
-
Hi, I am using C# 3.5 dotnetframework. kindly let me know, in which namespace may I find "HashTable" ? Thank you in advance (Riaz)
-
System.Collections. But you'll get better results using a typed System.Collections.Generic.Dictionary.
OSDev :)
thank you friend