1 This document is to track limitations on the C# compiler spec, we
2 should have started this in 2001, but it is never too late.
4 * IntPtr and UIntPtr conversions
6 The conversions to and from IntPtr and UIntPtr to other types
7 and to enumerations was originally planned to be based on
8 operator overloads, but it was eventually baked into the
9 compiler due to historical accidents (See Luke's pasted reply
12 Currently MCS implements this based on observations made in