C# Class cmdR.CommandParsing.OrderedCommandParser

Inheritance: CommandParserBase, IParseCommands
Show file Open project: theouteredge/cmdR Class Usage Examples

Public Methods

Method Description
Parse ( string command, string &commandName ) : string>.IDictionary
SetRoutes ( List routes ) : void

Method Details

Parse() public method

public Parse ( string command, string &commandName ) : string>.IDictionary
command string
commandName string
return string>.IDictionary

SetRoutes() public method

public SetRoutes ( List routes ) : void
routes List
return void