C# 14 - Simple Lambda Parameters With Modifiers - Inferred Type Arguments #9522
Unanswered
LeQuackers
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
This is something else I ran into while playing around with the C# 14 preview:
With simple lambda parameters with modifiers should this be valid now?
I saw #9453, but I think this is a separate case because this isn't dealing with complex/nested type arguments;
TSource
is implicitly provided viasource
and (you'd think)TResult
would be inferred by theGuid.TryParse(string, out Guid)
method's out parameter.Beta Was this translation helpful? Give feedback.
All reactions