Jump to content

Talk:C Sharp syntax

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 84.57.13.252 (talk) at 14:54, 16 September 2008 (Generics: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Generics

The compiler will automatically replace every T in the code with the type you want to replace it with.

.NET parameterized types are instantiated at runtime rather than by the compiler