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 18f1702 commit dc4f854Copy full SHA for dc4f854
standard/expressions.md
@@ -2124,7 +2124,7 @@ A *null_conditional_element_access* expression `E` is of the form `P?[A]B`; wher
2124
2125
- If the type of `P` is a nullable value type:
2126
2127
- Let `T` be the type of the expression `P.GetValueOrDefault()[A]B`.
+ Let `T` be the type of the expression `P.Value[A]B`.
2128
2129
- 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.
2130
- 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