Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

send to main args dotnet debug

static void Main(string[] args)
        {
#if DEBUG
            args = new[] { "A" };
#endif

            Console.WriteLine(args[0]);
        }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #send #main #args #dotnet #debug
ADD COMMENT
Topic
Name
2+9 =