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
We only were able to implement P0 deconstruction scenarios in C# 7, which leaves a number of candidates unaddressed (let clause, from clause, lambda, method declaration, using, outvar, join clause, query continuation clause, join into clause, catch).
The first three in particular could use further investigation.
Deconstruction in from and let
Summary
We only were able to implement P0 deconstruction scenarios in C# 7, which leaves a number of candidates unaddressed (let clause, from clause, lambda, method declaration, using, outvar, join clause, query continuation clause, join into clause, catch).
The first three in particular could use further investigation.
From clause
Instead of:
Allow:
Let clause
Lambda
Instead of:
Allow:
Or maybe this syntax instead:
Design meetings
https://github.com/dotnet/csharplang/blob/main/meetings/2016/LDM-2016-12-07-14.md#deconstruction
The text was updated successfully, but these errors were encountered: