views:

146

answers:

2

Some time ago I came across a table that listed the generic equivalents for C# 1 data types. This would be a handy reference to have around. Can anyone point me to this?

E.g., instead of Hashtable use ...

+2  A: 
John Nolan
Incidentally I just used a hashtable. How 1.0 of me :)
John Nolan
That's it, thanks John! I googled for a while but mistakenly assumed it was too helpful for Microsoft to have provided ;)
RedFilter
+1  A: 

Take a look at "When to Use Generic Collections"

Arnshea
+1 - Was just about to submit this
John Rasch
That is a good article, but I was specifically looking for the mapping table.
RedFilter