namespace Global { class Program { public static void Main() { System.Console.WriteLine("{0}", typeof(bool?).IsValueType); } } }