Joutsen.ArgumentsParsing v0.3.0+1-ga4c84ed
Properties | List of all members
Joutsen.ArgumentsParsing.ParseResult< TResult > Interface Template Reference

The result of a parser run. More...

Properties

object Result [get]
 The resulting target object containing the parsed values. More...
 
Listable< string > UnparsedArguments [get]
 The input values that have not been parsed. More...
 
ArgumentsIterator Iterator [get, set]
 The iterator used to get the input values. More...
 
TResult Result [get]
 The resulting target object containing the parsed values. More...
 

Detailed Description

The result of a parser run.

The typed result of a parser run.

Since
0.1.0
0.2.0

Property Documentation

◆ Iterator

The iterator used to get the input values.

Since
0.2.0

Implemented in Joutsen.ArgumentsParsing.DefaultParseResult< TResult >.

◆ Result [1/2]

object Joutsen.ArgumentsParsing.ParseResult< TResult >.Result
get

The resulting target object containing the parsed values.

Implemented in Joutsen.ArgumentsParsing.DefaultParseResult< TResult >.

◆ Result [2/2]

TResult Joutsen.ArgumentsParsing.ParseResult< TResult >.Result
get

The resulting target object containing the parsed values.

Implemented in Joutsen.ArgumentsParsing.DefaultParseResult< TResult >.

◆ UnparsedArguments

Listable< string > Joutsen.ArgumentsParsing.ParseResult< TResult >.UnparsedArguments
get

The input values that have not been parsed.

Implemented in Joutsen.ArgumentsParsing.DefaultParseResult< TResult >.