T
Tony Johansson
Hi!
There are two collection class named StringCollection and StringDictionary
that are obolete now when generics can be used.
I just want to get it confirmed that my assumtions is correct.
So are these two identical StringCollection and the generic List<string>.
and
is StringDictionary and the generic Dictionary<string,string>
//Tony
There are two collection class named StringCollection and StringDictionary
that are obolete now when generics can be used.
I just want to get it confirmed that my assumtions is correct.
So are these two identical StringCollection and the generic List<string>.
and
is StringDictionary and the generic Dictionary<string,string>
//Tony