Negating method group in LINQ #82420
Unanswered
michalczerwinski
asked this question in
Ideas
Replies: 1 comment
-
|
Correct. The language does not support that. You can open discussions (not issues) on this at dotnet/csharplang. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I can use method group instead of full lambda for parameters. For example this:
can be shortened to
Unfortunately it doesn't work for negated variant:
Beta Was this translation helpful? Give feedback.
All reactions