// Tries to parse the commands inside the string and returns a list containing all the keys. public CommandLineKeyList GetCommands() { if (_list == null) { _list = ParserImpl.TryParseList (_commandLine); } return _list; }
public CommandLineBuilder() { _klist = new CommandLineKeyList (); }