Mono.CSharp.CommandLineParser.CommandLineParser C# (CSharp) Method

CommandLineParser() public method

public CommandLineParser ( Report report, TextWriter messagesOutput ) : System
report Report
messagesOutput System.IO.TextWriter
return System
        public CommandLineParser(Report report, TextWriter messagesOutput)
        {
            this.report = report;
            this.output = messagesOutput;
        }

Same methods

CommandLineParser::CommandLineParser ( Report report ) : System