C# 클래스 While.CommandLineOptions

Class for parsing command line options.
파일 보기 프로젝트 열기: einaregilsson/While-Language 1 사용 예제들

공개 메소드들

메소드 설명
CommandLineOptions ( string args ) : System
Print ( ) : void

비공개 메소드들

메소드 설명
IsParam ( string arg, string longForm, string shortForm, bool requireArgument, string &argument ) : bool

메소드 상세

CommandLineOptions() 공개 메소드

public CommandLineOptions ( string args ) : System
args string
리턴 System

Print() 공개 정적인 메소드

public static Print ( ) : void
리턴 void