Skip to content

Commit

Permalink
respond to feedback 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Dec 4, 2024
1 parent be10ce1 commit 3c967c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ Both auto-property and field-like event declarations make use of a compiler gene
> }
> ```
>
> In the previous example, the constructor doesn't set `P` to a not null value, and a compiler issues a warning. There's no warning when the `P` property is accessed, because the type of the property is a non nullable reference type. *end example*
> In the previous example, the constructor doesn't set `P` to a not null value, and a compiler may issue a warning. There's no warning when the `P` property is accessed, because the type of the property is a non nullable reference type. *end example*
A compiler can treat a property ([§15.7](classes.md#157-properties)) as either a variable with state, or as independent get and set accessors ([§15.7.3](classes.md#1573-accessors)).
Expand Down

0 comments on commit 3c967c7

Please sign in to comment.