C# Class cmdR.CommandParsing.OrderedCommandParser

Inheritance: CommandParserBase, IParseCommands
Afficher le fichier Open project: theouteredge/cmdR Class Usage Examples

Méthodes publiques

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

Method Details

Parse() public méthode

public Parse ( string command, string &commandName ) : string>.IDictionary
command string
commandName string
Résultat string>.IDictionary

SetRoutes() public méthode

public SetRoutes ( List routes ) : void
routes List
Résultat void