New features of C# 4.0-Named and Optional Parameters
The new release of Visual Studio.NET 2010 and Microsoft.NET Framework 4.0, we have new features added to the C# language. The new features being integrated with the new version of the language C# 4.0.
Here is a list of new features added to C# 4.0.
•Dynamic programming
•Named and optional parameters
•Covariance and Contravariance
Named and Optional Parameters
Another new feature...