Tag: Named Parameters
How to use Named Parameters in C# ?
Named Parameters is one of the cool features in C# 4.0 that lets you to call the methods with the parameters with their names . How to use Named Parameters in C# ? Below is a sample code snippet demonstrating the usage of the Named Parameters in C#.