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 88.131.91.2 (talk) at 11:40, 19 January 2009 (Generics). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

From article:

This article contains new features of the upcoming C# 3.0. These features are not yet officially released.

Since C# 3.0 has been released already, this paragraph needs to be updated. 88.131.91.2 (talk) 11:40, 19 January 2009 (UTC)[reply]

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]