C# 클래스 WordCountArgParser, shared-source-cli-2.0

상속: ArgParser
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetPathnameEnumerator ( ) : IEnumerator
OnUsage ( String errorInfo ) : void
WordCountArgParser ( ) : System

보호된 메소드들

메소드 설명
OnDoneParse ( ) : SwitchStatus
OnNonSwitch ( String switchValue ) : SwitchStatus
OnSwitch ( String switchSymbol, String switchValue ) : SwitchStatus

메소드 상세

GetPathnameEnumerator() 공개 메소드

public GetPathnameEnumerator ( ) : IEnumerator
리턴 IEnumerator

OnDoneParse() 보호된 메소드

protected OnDoneParse ( ) : SwitchStatus
리턴 SwitchStatus

OnNonSwitch() 보호된 메소드

protected OnNonSwitch ( String switchValue ) : SwitchStatus
switchValue String
리턴 SwitchStatus

OnSwitch() 보호된 메소드

protected OnSwitch ( String switchSymbol, String switchValue ) : SwitchStatus
switchSymbol String
switchValue String
리턴 SwitchStatus

OnUsage() 공개 메소드

public OnUsage ( String errorInfo ) : void
errorInfo String
리턴 void

WordCountArgParser() 공개 메소드

public WordCountArgParser ( ) : System
리턴 System