Related resources for Named Arguments in C# 4.0
  • Optional Parameters and Named Arguments in C# 4.09/22/2023 10:19:56 AM. Optional parameters and named arguments have been a part of C++ and VB.Net for years. They are new to C# in version 4.0.
  • Named arguments in C# 4.012/2/2010 12:26:47 PM. This new feature of c# 4.0 allows users to define arguments in the calling statement in any order rather than defined in the parameter list.