C# 클래스 cmdR.CommandParsing.OrderedCommandParser

상속: CommandParserBase, IParseCommands
파일 보기 프로젝트 열기: theouteredge/cmdR 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string command, string &commandName ) : string>.IDictionary
SetRoutes ( List routes ) : void

메소드 상세

Parse() 공개 메소드

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

SetRoutes() 공개 메소드

public SetRoutes ( List routes ) : void
routes List
리턴 void