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.
1 parent 6f875d8 commit 39d770cCopy full SHA for 39d770c
standard/expressions.md
@@ -1761,7 +1761,7 @@ A *null_conditional_member_access* expression `E` is of the form `P?.A`. The me
1761
1762
- If the type of `P` is a nullable value type:
1763
1764
- Let `T` be the type of `P.GetValueOrDefault().A`.
+ Let `T` be the type of `P.Value.A`.
1765
1766
- If `T` is a type parameter that is not known to be either a reference type or a non-nullable value type, a compile-time error occurs.
1767
- If `T` is a non-nullable value type, then the type of `E` is `T?`, and the meaning of `E` is the same as the meaning of:
0 commit comments