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
Our pattern-matching work is intended to extend to both C# and VB. We believe that pattern-matching is a much better fit for the use cases to which this feature would apply.
Still, I hope identifier could be optional for type checks, like switch .. case Foo: .. and constant-pattern would be just a constant-expression just like F#. It'll be specifically useful with #6235 and #6789.
The premise of a
Select Type
is to act like aSelect Case
but allow the selection to use types.Grammar (v1)
A current work-around
Using
Select Type
The text was updated successfully, but these errors were encountered: