Thursday, April 14, 2011

Table showing generic equivalents of C# 1 data types

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 ...

From stackoverflow
  • is this is it?

    or I found this

    Which has this table

    table

    John Nolan : Incidentally I just used a hashtable. How 1.0 of me :)
    RedFilter : That's it, thanks John! I googled for a while but mistakenly assumed it was too helpful for Microsoft to have provided ;)
  • Take a look at "When to Use Generic Collections"

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

0 comments:

Post a Comment