microkarl
Regular
I am currently using a Hashtable to store a list of collection, its type includes string, integer, and dateTime. After researched a little bit on "Generic", I am very interested of using it. However, from what I know, in order to enforce type safety, the generic collection class has to be defined to allow only one type to be stored. That is, if I initialize a new instance of generic class to be string, I can't use it to store integer. So, in this case, is it better off to just stick with the old fashion Hashtable?
Thanks!
Carl
Thanks!
Carl