Namespace that holds C# primitives. More...
Typedefs | |
typedef uint8_t | byte |
typedef int8_t | sbyte |
typedef unsigned short | ushort |
typedef unsigned int | uint |
typedef unsigned long | ulong |
typedef BNM::Structures::Mono::decimal | decimal |
Enumerations | |
enum | nint : intptr_t |
enum | nuint : uintptr_t |
Namespace that holds C# primitives.
It contains: byte, sbyte, ushort, uint, ulong, nint, nuint, decimal.