C# 클래스 Zetbox.API.CmdLineData

상속: Option
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
CmdLineData ( ZetboxConfig config, string prototype, string description, object dataKey, int maxValueCount ) : System

보호된 메소드들

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

메소드 상세

CmdLineData() 공개 메소드

public CmdLineData ( ZetboxConfig config, string prototype, string description, object dataKey, int maxValueCount ) : System
config Zetbox.API.Configuration.ZetboxConfig
prototype string
description string
dataKey object
maxValueCount int
리턴 System

OnParseComplete() 보호된 메소드

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