Skip to content

Commit 7e5894b

Browse files
authored
Update standard/classes.md
1 parent 3658d52 commit 7e5894b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

standard/classes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ The value type constraint specifies that a type argument used for the type param
424424
> *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*
425425
426426
The token `unmanaged` is neither a keyword nor a contextual keyword. When it is encountered, it will either:
427+
427428
- Bind to a type named `unmanaged`
428429
- Bind to no type, in which case, it is interpreted as the unmanaged type constraint.
429430

0 commit comments

Comments
 (0)