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 39555f0 commit 2e3ec41Copy full SHA for 2e3ec41
standard/expressions.md
@@ -1783,7 +1783,7 @@ A *null_conditional_member_access* expression `E` is of the form `P?.A`. The me
1783
1784
Let `T` be the type of the expression `P.A`.
1785
1786
- - 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.
1787
- 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:
1788
1789
```csharp
0 commit comments