New Generics Article by Juval Lowy
msdn.microsoft.com/vcsharp/default.aspx?pull=/library/en-us/dv_vstechart/html/csharp_generics.asp
Summary: This article discusses the problem space generics address, how they are implemented, the benefits of the programming model, and unique innovations, such as constrains, generic methods and delegates, and generic inheritance.
Comments
- Anonymous
November 06, 2003
thanks, a good one! then again, anything from Lowy usually is! I hope generics mature to be something like STL (C++).