AriDEVParser.Util.CommandLine.CommandLine C# (CSharp) Method

CommandLine() public method

public CommandLine ( string args )
args string
        public CommandLine(string[] args)
        {
            Arguments = args;
        }