Given the code :
// person.cs using System; // #if false class Person { private string myName = \"N/A\"; private int myAge = 0; // Declare a
the best way to learn about this stuff is the examples-part of this site:
Console.WriteLine Method (String, Object)