Examples: `(_, _) => 1`, `(int _, string _) => 1`, `void local(int _, int _) ...` - [x] Proposal added (https://github.com/dotnet/csharplang/blob/master/proposals/csharp-9.0/lambda-discard-parameters.md) - [x] Discussed in LDM - [ ] Decision in LDM - [ ] Finalized (done, rejected, inactive) - [ ] Spec'ed See - https://github.com/dotnet/roslyn/issues/16255 - LDM 2019/10/28 (restrict feature to lambdas and anonymous methods)
Examples:
(_, _) => 1,(int _, string _) => 1,void local(int _, int _) ...See