Basic Type Grammar
basic‑type
→
bool
|
sbyte
|
byte
|
short
|
ushort
|
int
|
uint
|
long
|
ulong
|
float
|
double
|
char
|
wchar
|
uchar
|
void