Метод | Описание | |
---|---|---|
CommandParser ( ParserNotation notation ) : System.Collections.Generic |
Initializes a new instance of the CommandParser class.
|
|
Parse ( string command ) : object>>.IEnumerable |
Default implementation. Command format is "commandname /parameter:valueWithSpaceAllowed /parameter:valueWithSpaceAllowed" Case is ignored If command can not be parsed, null is returned.
|
public CommandParser ( ParserNotation notation ) : System.Collections.Generic | ||
notation | ParserNotation | The notation. |
Результат | System.Collections.Generic |
public Parse ( string command ) : object>>.IEnumerable |
||
command | string | |
Результат | object>>.IEnumerable |