[Mono-list] STL in .net

Brad Wilson dotnetguy@pobox.com
Thu, 6 Jun 2002 09:34:23 -0600


Rafael Moncayo wrote:

> Thanks, James and Kojo.

You should realize that C# does not support generic programming (there are
languages that support it on .NET, but not C#). There is some research into
the idea of adding generic support to the platform itself.

Losing templates specifically, and generic programming in general, was the
most painful part of the transition from C++ to C# for me.

Brad

--
Read my web log at http://www.quality.nu/dotnetguy/