Method | Description | |
---|---|---|
Create ( ParseStyle parseStyle ) : |
||
Parse ( |
Method | Description | |
---|---|---|
CheckRequiredOptions ( |
||
Flatten ( |
||
Parser ( ) : System | ||
ProcessOption ( IOptions options, string arg, string tokens, int &index ) : void | ||
ProcessProperties ( IOptions options, string>.IEnumerable |
Method | Description | |
---|---|---|
AssertNotSelected ( IOptionGroup group, IOption option ) : void | ||
ProcessArguments ( IOptions options, |
||
SafeGetOptionValue ( IOption option ) : |
protected CheckRequiredOptions ( |
||
options | ||
return | void |
public static Create ( ParseStyle parseStyle ) : |
||
parseStyle | ParseStyle | |
return |
protected abstract Flatten ( |
||
options | ||
arguments | string | |
stopAtNonOption | bool | |
return | String[] |
public Parse ( |
||
options | ||
arguments | string | |
properties | string>.IEnumerable | |
stopAtNonOption | bool | |
return | ICommandLine |
protected ProcessOption ( IOptions options, string arg, string tokens, int &index ) : void | ||
options | IOptions | |
arg | string | |
tokens | string | |
index | int | |
return | void |
protected ProcessProperties ( IOptions options, string>.IEnumerable |
||
options | IOptions | |
properties | string>.IEnumerable | |
return | void |