typeof(decimal).IsPrimitive returns false. Apparently, this is a feature. Deep down, in the IL world, decimal is just a struct, and the fact that it has a keyword in C# does not change it.
Next Post: Why I don’t like SQL
typeof(decimal).IsPrimitive returns false. Apparently, this is a feature. Deep down, in the IL world, decimal is just a struct, and the fact that it has a keyword in C# does not change it.