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 4ad7d5b commit 0e19e09Copy full SHA for 0e19e09
standard/types.md
@@ -701,3 +701,4 @@ An *unmanaged_type* is any type that isn’t a *reference_type*, a *type_paramet
701
- `sbyte`, `byte`, `short`, `ushort`, `int`, `uint`, `long`, `ulong`, `char`, `float`, `double`, `decimal`, or `bool`.
702
- Any *enum_type*.
703
- Any user-defined *struct_type* that is not a constructed type and contains instance fields of *unmanaged_type*s only.
704
+- In unsafe code ([§22.2](unsafe-code.md#222-unsafe-contexts)), any *pointer_type* ([§22.3](unsafe-code.md#223-pointer-types)).
0 commit comments