public static void Main()
void WriteAll(params string[] values)
foreach (var s in values)
const string @bool = nameof(@bool);
const string @enum = nameof(@enum);
const string @double = nameof(@double);
const string @float = nameof(@float);
const string @fixed = nameof(@fixed);
const string @int = nameof(@int);
WriteAll(@bool, @enum, @double, @float, @fixed, @int);