|
Joutsen.ArgumentsParsing
v0.2.1
|
The default implementation of an object that represents the typed result of the parse process. More...
Public Member Functions | |
| DefaultParseResult () | |
| Creates a new empty instance. More... | |
Properties | |
| TResult | Result [get, set] |
| The resulting target object. More... | |
| Listable< string > | UnparsedArguments [get, set] |
| The list of input values that was not parsed. More... | |
| ArgumentsIterator | Iterator [get, set] |
| The iterator of the input list. More... | |
The default implementation of an object that represents the typed result of the parse process.
The default implementation of an object that represents the untyped result of the parse process.
| Joutsen.ArgumentsParsing.DefaultParseResult< TResult >.DefaultParseResult | ( | ) |
Creates a new empty instance.
|
getset |
The iterator of the input list.
|
getset |
The resulting target object.
|
getset |
The list of input values that was not parsed.
1.8.13