| Sign In/My Account | View Cart |
| Article: |
C# Generics | |
| Subject: | Templates | |
| Date: | 2004-05-19 10:18:21 | |
| From: | JesseLiberty | |
|
Response to: Templates
|
||
|
Aside from a few syntactic differences, the key difference is that the template is instantiated at run time, allowing the CLR to share code among various instantiations (e.g., a queue of strings, a queue of ints and a queue of Dogs) reducing code-bloat.
|
||