Parameter Action in which T3 can be optional
Optional parameters are an attribute of a method or delegate parameter. When you call a signature (method or delegate) that has a known optional parameter at compile-time, the compiler will insert the optional parameter value at the callsite. The runtime is not aware of optional parameters, so you can’t make a delegate that inserts an … Read more