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
Suppose you have 5 optional boolean parameters, and you only want to pass in one of them.
Using named parameters lets you do that without any ambiguities.