More on .Net Generics
Found this paper from Microsoft Research via a Google search. It goes into detail about the proposed specification for .Net Generics. It was written in September of 2002. So if anyone has anything more current, I'd appreciate an email.
Generics will be a sweet feature and from what I understand the implementation will be sweet too. C++ Templates ( ATL, STL et al ) were awesome but they could bloat the size of your binary. With support built into the CLR, the size of the binaries should shrink too. Rock on.