Related resources for named and optional arguments.
  • Dig Out on Named vs Optional Arguments Clear Implementation in C# 4.012/6/2011 6:32:22 AM. Today, Let’s see the one of the main feature of C# 4.0 i:e Named and Optional arguments. Firstly, we will do theory based session to understand this and later we will try to implement these concepts. This concept is very useful and we can code in much organized way using these two arguments.
  • Optional and Named Arguments in C#5/31/2011 4:23:35 PM. In this quick article you will learn about Optional and Named Arguments in C#.