Main.cs
using
System;
class
Program {
-
public
static
int
Main() {
-
int
val = 5;
-
Console.WriteLine(
"системный тип : {0}"
, val.GetTypeCode());
-
Console.ReadKey();
-
return
0;
-
}
}
using
System;
class
Program {
-
public
static
int
Main() {
-
int
val = 5;
-
Console.WriteLine(
"системный тип : {0}"
, val.GetTypeCode());
-
Console.ReadKey();
-
return
0;
-
}
}
системный тип : Int32