by jask2002
30. March 2012 10:01
C# 4 now supports both Named and Optional Parameters. Optional Parameters give the ability to omit the parameter while calling the method whereas Named parameters enable users to specify the parameter name. So users don’t have to worry about the parameter position.
[More]
|
Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution
toward blog's maintenance(to keep it Ads free )
|
315ec1e7-7d91-410f-bd2d-ad25c70f793c|0|.0
Tags: C#, Named, Optional Parameters
.Net | C#