Sorry, if duplicate.
I\'m reading CLR via C#. Chapter \"Parameters\" starts with the explanation of optional and named parameters.
So, can you give some exam
I had a need of them a few days ago ... I had to give a full object parameter by parameter to a function and those were like 20 paramters, so i used named parameters for better understanding.