Closed Shadowblitz16 closed 2 years ago
This is how these types need to be named per the ECMA-335 (runtime) and ECMA-334 (C#) standard. The name is a protocol that gives these types a special meaning (e.g. in runtime, System.Int32 in the core library gets size 4 and a 4 byte alignment, similarly in the C# compiler, System.Int32 is the type that e.g. literal 1234 will be typed as).
Ok so there is no way to rename them then. thankyou
How exactly does this work? Are these just magic definitions the C# compiler looks for?...
If so you should probably document them, If not is there a way to rename the basic types?