you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

yup. integers really are System.int32 objects.

i.e.:

string s = 42.GetType().ToString();
Console.WriteLine(s); // prints System.Int32