Skip to content

Commit 1f69690

Browse files
Update release-notes/10.0/preview/preview7/csharp.md
Co-authored-by: Bill Wagner <[email protected]>
1 parent bc92c3b commit 1f69690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/10.0/preview/preview7/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Extension members are only considered for overload resolution when no applicable
4141

4242
## Named and optional parameters in expression trees
4343

44-
This is a small feature that removes a limitation for *expression trees*. Code in expression trees no longer needs to declare arguments for all optional parameters. In addition, code in expression trees can include named arguments. The call rewriting orders named arguments and provides values for missing optional parameters. Query providers shouldn't need to make any adjustments for this support.
44+
This is a small feature that removes a limitation for *expression trees*. Code in lambda expressions can use optional parameters and named arguments when converted to an expression tree. The call rewriting orders named arguments and provides values for missing optional parameters. Query providers shouldn't need to make any adjustments for this support.

0 commit comments

Comments
 (0)