C# Class Zetbox.API.CmdLineData

Inheritance: Option
ファイルを表示 Open project: daszat/zetbox

Public Methods

Method Description
CmdLineData ( ZetboxConfig config, string prototype, string description, object dataKey, int maxValueCount ) : System

Protected Methods

Method Description
OnParseComplete ( OptionContext c ) : void

Method Details

CmdLineData() public method

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
return System

OnParseComplete() protected method

protected OnParseComplete ( OptionContext c ) : void
c OptionContext
return void