Lambda the Ultimate

inactiveTopic Generics in the CLR (MSDN)
started 2/12/2004; 2:19:29 PM - last post 2/12/2004; 2:19:29 PM
Ehud Lamm - Generics in the CLR (MSDN)  blueArrow
2/12/2004; 2:19:29 PM (reads: 8755, responses: 0)
Generics in the CLR (MSDN)
This month I'll dig deeper into the internal workings of the CLR with respect to generics. I'll cover type constraints, generic classes, methods, structures, and the upcoming generic class libraries.

Nothing particularly new here.

This article includes a nice discussion, which might be worth a look, about the benefits to implementing generics at the runtime level, rather than at the compiler level.


Posted to cross-language-runtimes by Ehud Lamm on 2/12/04; 2:23:58 PM