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 Aly89 (talk | contribs) at 23:27, 4 November 2008 (Done). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Generics

Quote from the article:

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

 Done. Feel free to point out any more mistakes Aly89 (talk) 23:27, 4 November 2008 (UTC)[reply]