Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# main file

class TestClass
{
    static void Main(string[] args)
    {
        // Display the number of command line arguments.
        Console.WriteLine(args.Length);
    }
}
 
PREVIOUS NEXT
Tagged: #main #file
ADD COMMENT
Topic
Name
2+4 =