We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readonly
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To fix #894, a defensive copy is required to an in parameter of a non-readonly struct type to invoke a member.
in
C# 8 adds readonly members to non-readonly structs. A defensive copy isn't required to invoke a readonly member.
See #927 (desccription)
The text was updated successfully, but these errors were encountered:
See #673 This change should be added to that PR.
Sorry, something went wrong.
BillWagner
No branches or pull requests
To fix #894, a defensive copy is required to an
in
parameter of a non-readonly
struct type to invoke a member.C# 8 adds
readonly
members to non-readonly structs. A defensive copy isn't required to invoke areadonly
member.See #927 (desccription)
The text was updated successfully, but these errors were encountered: