Method | Description | |
---|---|---|
CreateOptionContext ( ) : OptionContext | ||
InsertItem ( int index, NDesk.Options.Option item ) : void | ||
Parse ( string option, OptionContext c ) : bool |
Method | Description | |
---|---|---|
AppendValue ( string value, OptionContext c ) : bool |
protected CreateOptionContext ( ) : OptionContext | ||
return | OptionContext |
protected InsertItem ( int index, NDesk.Options.Option item ) : void | ||
index | int | |
item | NDesk.Options.Option | |
return | void |
protected Parse ( string option, OptionContext c ) : bool | ||
option | string | |
c | OptionContext | |
return | bool |