You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standard/classes.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -424,6 +424,7 @@ The value type constraint specifies that a type argument used for the type param
424
424
> *Note*: The `System.Nullable<T>` type specifies the non-nullable value type constraint for `T`. Thus, recursively constructed types of the forms `T??` and `Nullable<Nullable<T>>` are prohibited. *end note*
425
425
426
426
The token `unmanaged` is neither a keyword nor a contextual keyword. When it is encountered, it will either:
427
+
427
428
- Bind to a type named `unmanaged`
428
429
- Bind to no type, in which case, it is interpreted as the unmanaged type constraint.
0 commit comments