C# 클래스 Schumix.Framework.Options.ActionOption

상속: Option
파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
ActionOption ( string prototype, string description, int count, Action action ) : System
ActionOption ( string prototype, string description, int count, Action action, bool hidden ) : System

보호된 메소드들

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

메소드 상세

ActionOption() 공개 메소드

public ActionOption ( string prototype, string description, int count, Action action ) : System
prototype string
description string
count int
action Action
리턴 System

ActionOption() 공개 메소드

public ActionOption ( string prototype, string description, int count, Action action, bool hidden ) : System
prototype string
description string
count int
action Action
hidden bool
리턴 System

OnParseComplete() 보호된 메소드

protected OnParseComplete ( OptionContext c ) : void
c OptionContext
리턴 void