using System; public class Test { public static void Main() { int i = new int(); Console.WriteLine(i is ValueType); Console.WriteLine(i); } }