c# questions

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

have anyone tried generics? I heard it's not anywhere near C++ templates.

Thanks.
 
news.microsoft.com said:
have anyone tried generics? I heard it's not anywhere near C++ templates.

That depends on what you want to use it for. For the most common uses
of templates, generics do what's required. For some weird and wonderful
uses of templates, generics doesn't even *try* to fill the "gap",
because the gap isn't considered by MS to be worth filling. There are
some things in between where it would be nice to have generics
understand more of the world, but for various reasons it's impractical.

See http://blogs.msdn.com/csharpfaq/archive/2004/03/12/88913.aspx
for more details.
 
Hi
this feature will be avalable with the next version whidbey ..
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top