C# – Passing Named Arguments Into Input Parameters

Passing named arguments into input parameters allow us to send in parameter arguments OUT OF ORDER!

We just prefix the input parameter argument with the name of the parameter we are passing in a colon then the value;

myMethod(myOtherOptionalParam:50, myRequiredParam: "Hello Required Param", myOptionalParam: 100)

 

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: