IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
ActionOption (string prototype, string description, Action< T > action) | |
![]() | |
string[] | GetNames () |
string[] | GetValueSeparators () |
void | Invoke (OptionContext c) |
override string | ToString () |
Protected Member Functions | |
override void | OnParseComplete (OptionContext c) |
![]() | |
Option (string prototype, string description) | |
Option (string prototype, string description, int maxValueCount) | |
Private Attributes | |
Action< T > | action |
Additional Inherited Members | |
![]() | |
static T | Parse< T > (string value, OptionContext c) |
![]() | |
string | Prototype [get] |
string | Description [get] |
OptionValueType | OptionValueType [get] |
int | MaxValueCount [get] |
|
inline |
|
inlineprotectedvirtual |
Implements Mono.Options.Option.
References Mono.Options.OptionContext.OptionValues.
|
private |