C# 클래스 Schumix.Framework.Options.Test.DefaultOption

상속: Option
파일 보기 프로젝트 열기: Schumix/Schumix2 1 사용 예제들

공개 메소드들

메소드 설명
DefaultOption ( string prototypes, string description ) : System
DefaultOption ( string prototypes, string description, int c ) : System

보호된 메소드들

메소드 설명
OnParseComplete ( OptionContext c ) : void

메소드 상세

DefaultOption() 공개 메소드

public DefaultOption ( string prototypes, string description ) : System
prototypes string
description string
리턴 System

DefaultOption() 공개 메소드

public DefaultOption ( string prototypes, string description, int c ) : System
prototypes string
description string
c int
리턴 System

OnParseComplete() 보호된 메소드

protected OnParseComplete ( OptionContext c ) : void
c Schumix.Framework.Options.OptionContext
리턴 void