C# 클래스 VendingMachine.Console.CommandParserRepository

상속: IParserRepository
파일 보기 프로젝트 열기: posaunehm/Codersation 1 사용 예제들

공개 메소드들

메소드 설명
CommandParserRepository ( ) : System
FindParser ( string inCommand ) : Func

메소드 상세

CommandParserRepository() 공개 메소드

public CommandParserRepository ( ) : System
리턴 System

FindParser() 공개 메소드

public FindParser ( string inCommand ) : Func
inCommand string
리턴 Func