You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesdotnet#805
Clarify that return-by-ref expressions are evaluated the same as return-by-value expressions. The distinction is that for return-by-ref, the result must be a variable reference.
* wordsmiting on return-by-ref
Fixes#805
Clarify that return-by-ref expressions are evaluated the same as return-by-value expressions. The distinction is that for return-by-ref, the result must be a variable reference.
* bonus typo fix
* Update standard/statements.md
Co-authored-by: Jon Skeet <[email protected]>
---------
Co-authored-by: Jon Skeet <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
See https://github.com/dotnet/csharpstandard/pull/795/files#r1217459209
The language for return-by-ref implies a different evaluation. Could use some wordsmithing.
Associated WorkItem - 178988
The text was updated successfully, but these errors were encountered: