Method | Description | |
---|---|---|
DefaultOption ( string prototypes, string description ) : System | ||
DefaultOption ( string prototypes, string description, int c ) : System |
Method | Description | |
---|---|---|
OnParseComplete ( OptionContext c ) : void |
public DefaultOption ( string prototypes, string description ) : System | ||
prototypes | string | |
description | string | |
return | System |
public DefaultOption ( string prototypes, string description, int c ) : System | ||
prototypes | string | |
description | string | |
c | int | |
return | System |
protected OnParseComplete ( OptionContext c ) : void | ||
c | OptionContext | |
return | void |