Description:
C# Programming Language Future Features is an article which gives you some explanation about the four new features that will be introduced in C#. These features are generics, iterators, anonymous methods, and partial types. An iterator is a language construct based on similar features in research languages such as CLU, Sather and Icon. Anonymous methods are practical language construct that helps programmers to create code blocks that can be encapsulated in a delegate and executed at a later time.
|