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 00b6451 commit 39555f0Copy full SHA for 39555f0
standard/expressions.md
@@ -1763,7 +1763,7 @@ A *null_conditional_member_access* expression `E` is of the form `P?.A`. The me
1763
1764
Let `T` be the type of `P.GetValueOrDefault().A`.
1765
1766
- - 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.
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:
1768
1769
```csharp
0 commit comments