Tag: Named Argument
-
Named Argument in c# 4.0
Objective In this article I will talk about a very new and highly useful feature of c# 4.0. I will give introduction of Named Argument. I will give one sample on possible usage of Named Argument. Five facts about Named argument There is no need to remember order of the parameter in parameter list. The…