How do I check if an optional argument was passed to a method?
public void ExampleMethod(int required, string optionalstr = \"default string\",
int optio
To determine whether an argument has been passed to an optional parameter
https://msdn.microsoft.com/en-us/library/849zff9h(v=vs.100).aspx