Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>Allows capturing of the expressions passed to a method.</summary>
<summary>Allows capturing of the expressions passed to a method. NOTE: Is not yet implemented in C# compiler and does nothing.</summary>
Copy link
Contributor

@gewarren gewarren Sep 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<summary>Allows capturing of the expressions passed to a method. NOTE: Is not yet implemented in C# compiler and does nothing.</summary>
<summary>Indicates that a parameter captures the expression passed for another parameter as a string. This functionality is available starting in C# 10.</summary>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does my suggestion make sense?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll merge this now and submit my suggestions in a separate PR.

<remarks>To be added.</remarks>
</Docs>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</Docs>
<related type="Article" href="/dotnet/csharp/language-reference/proposals/csharp-10.0/caller-argument-expression">C# CallerArgumentExpression proposal</related>
</Docs>

<Members>
Expand Down