Replies: 1 comment
-
What about public string P { get; set!; } // auto-property
public string P // regular property
{
get => …;
set! => …;
} |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
July 10th
[DoesNotReturn]
attributeparam!
null-checking featureJuly 17th
Nullability of events
Triage, see https://github.com/dotnet/csharplang/projects/4
Beta Was this translation helpful? Give feedback.
All reactions