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
Allow lambda parameters to be declared with modifiers without requiring their type names. For example, (ref entry) => ... rather than (ref FileSystemEntry entry) => ....
Simple lambda parameters with modifiers
Summary
Allow lambda parameters to be declared with modifiers without requiring their type names. For example,
(ref entry) => ...
rather than(ref FileSystemEntry entry) => ...
.Design meetings
https://github.com/dotnet/csharplang/blob/main/meetings/2024/LDM-2024-02-21.md#declaration-of-refout-parameters-in-lambdas-without-typename
https://github.com/dotnet/csharplang/blob/main/meetings/2024/LDM-2024-10-16.md#simple-lambda-parameters
The text was updated successfully, but these errors were encountered: