You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That doesn't work in C# without actually generating overloads for every possibly arity of tuple elements. Those tuple types are completely different and incompatible types.
For example:
Without this, we can only archieve it like this:
So, this is an usage of mixing
params
parameters and optional parameters when can not simply overload.There are some related post on Github and StackOverflow:
The text was updated successfully, but these errors were encountered: