C# 4.0 introduces optional parameters to the language for methods, constructors, indexers and delegates. Optional arguments can be defined within a member's signature but omitted from calls to that member, in which case default values are used instead.
|
5
Shouts |
|
|||
No comments yet, be the first one to post comment.