|
C# Version 2.0 Specification
C and C++ / Miscellaneous
C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types. Generics permit classes, structs, interfaces, delegates, and methods to be parameterized by the types of data they store and manipulate.
Site: www.ferca.com
Report -
View Tutorial
|
|