C# 클래스 CmdLine.Tokenizer

파일 보기 프로젝트 열기: goldshtn/msos

Private Properties

프로퍼티 타입 설명
Advance void
EatNonWhitespace string
EatOption void
EatQuotedValue void
EatRawValue void
EatWhitespace void

공개 메소드들

메소드 설명
Tokenizer ( string input ) : System

비공개 메소드들

메소드 설명
Advance ( ) : void
EatNonWhitespace ( ) : string
EatOption ( ) : void
EatQuotedValue ( ) : void
EatRawValue ( ) : void
EatWhitespace ( ) : void

메소드 상세

Tokenizer() 공개 메소드

public Tokenizer ( string input ) : System
input string
리턴 System