C# 클래스 Isop.Parse.ArgumentParser

파일 보기 프로젝트 열기: Lundalogik/isop 1 사용 예제들

공개 메소드들

메소드 설명
ArgumentParser ( IEnumerable argumentWithOptions, bool allowInferParameter ) : System
Parse ( IEnumerable arguments ) : ParsedArguments
Parse ( IList lexed, IEnumerable arguments ) : ParsedArguments

비공개 메소드들

메소드 설명
InferParameter ( List recognizedIndexes, IList recognized, Token current ) : void

메소드 상세

ArgumentParser() 공개 메소드

public ArgumentParser ( IEnumerable argumentWithOptions, bool allowInferParameter ) : System
argumentWithOptions IEnumerable
allowInferParameter bool
리턴 System

Parse() 공개 메소드

public Parse ( IEnumerable arguments ) : ParsedArguments
arguments IEnumerable
리턴 ParsedArguments

Parse() 공개 메소드

public Parse ( IList lexed, IEnumerable arguments ) : ParsedArguments
lexed IList
arguments IEnumerable
리턴 ParsedArguments