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 39d770c commit 1981023Copy full SHA for 1981023
standard/expressions.md
@@ -2146,7 +2146,7 @@ A *null_conditional_element_access* expression `E` is of the form `P?[A]B`; wher
2146
2147
Let `T` be the type of the expression `P[A]B`.
2148
2149
- - If `T` is a type parameter that is not known to be a reference type or a non-nullable value type, a compile-time error occurs.
+ - 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.
2150
- 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:
2151
2152
```csharp
0 commit comments