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 2e3ec41 commit 6f875d8Copy full SHA for 6f875d8
standard/expressions.md
@@ -2126,7 +2126,7 @@ A *null_conditional_element_access* expression `E` is of the form `P?[A]B`; wher
2126
2127
Let `T` be the type of the expression `P.GetValueOrDefault()[A]B`.
2128
2129
- - 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.
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:
2131
2132
```csharp
0 commit comments