Skip to content

Commit bf23991

Browse files
authored
Add nint and nuint as unmanaged types (#34310) (#34311)
1 parent b90e005 commit bf23991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/builtin-types/unmanaged-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ helpviewer_keywords:
99

1010
A type is an **unmanaged type** if it's any of the following types:
1111

12-
- `sbyte`, `byte`, `short`, `ushort`, `int`, `uint`, `long`, `ulong`, `char`, `float`, `double`, `decimal`, or `bool`
12+
- `sbyte`, `byte`, `short`, `ushort`, `int`, `uint`, `long`, `ulong`, `nint`, `nuint`, `char`, `float`, `double`, `decimal`, or `bool`
1313
- Any [enum](enum.md) type
1414
- Any [pointer](../unsafe-code.md#pointer-types) type
1515
- Any user-defined [struct](struct.md) type that contains fields of unmanaged types only.

0 commit comments

Comments
 (0)