Main.cs
usingSystem;classProgram {-
publicstaticintMain() { -
intval = 5; -
Console.WriteLine("системный тип : {0}", val.GetTypeCode()); -
Console.ReadKey(); -
return0; -
} }
usingSystem;classProgram {-
publicstaticintMain() { -
intval = 5; -
Console.WriteLine("системный тип : {0}", val.GetTypeCode()); -
Console.ReadKey(); -
return0; -
} }
системный тип : Int32