C# Класс Tectil.NCommand.CommandParser

Parses as string and constructs an expression tree.
Наследование: ICommandParser
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CommandParser() публичный Метод

Initializes a new instance of the CommandParser class.
public CommandParser ( ParserNotation notation ) : System.Collections.Generic
notation ParserNotation The notation.
Результат System.Collections.Generic

Parse() публичный Метод

Default implementation. Command format is "commandname /parameter:valueWithSpaceAllowed /parameter:valueWithSpaceAllowed" Case is ignored If command can not be parsed, null is returned.
public Parse ( string command ) : object>>.IEnumerable
command string
Результат object>>.IEnumerable