Is int (aka Int32) an object , or a primitive in .NET (I\'m not asking regarding int?)?
Int32
int?
I hit F12 on the saved word int and g
int
Look at the C# reference source or from here: https://msdn.microsoft.com/en-us/library/system.int32.aspx#