org.GraphDefined.Vanaheimr.Illias.CommandLineParser.CommandLineParser C# (CSharp) 메소드

CommandLineParser() 공개 메소드

Create a new command line parser.
public CommandLineParser ( ) : System
리턴 System
        public CommandLineParser()
        {
            this.ShortOptions   = new Dictionary<Char,   Action<String>>();
            this.LongOptions = new Dictionary<String, Action<String>>();
        }