Creates an using
namespace ConsoleApplication1 { class Program { static void Main() { Console.WriteLine("In ConsoleApplication1.Program"); } } }
The ConsoleApplication1.Program class is defined in a namespace called ConsoleApplication1. This means that the Main method can access the members of the ConsoleApplication1 namespace.
Shortcut: using
0 Comments
Add Comment
Log in to add a comment