C# Class System.CommandLine.ParseResult

Show file Open project: KathleenDollard/System.CommandLine

Private Properties

Property Type Description
AddImplicitOptionsAndCheckForErrors void
ParseResult System.Collections.Generic

Public Methods

Method Description
FindResultFor ( ISymbol symbol ) : System.CommandLine.SymbolResult
ToString ( ) : string
ValueForOption ( string alias ) : object
ValueForOption ( string alias ) : T
this ( string alias ) : SymbolResult

Private Methods

Method Description
AddImplicitOptionsAndCheckForErrors ( ) : void
ParseResult ( System.CommandLine.Parser parser, System.CommandLine.CommandResult rootCommandResult, System.CommandLine.CommandResult commandResult, IDirectiveCollection directives, IReadOnlyList tokens, IReadOnlyCollection unparsedTokens, IReadOnlyCollection unmatchedTokens, IReadOnlyCollection tokenizeErrors, string rawInput ) : System.Collections.Generic

Method Details

FindResultFor() public method

public FindResultFor ( ISymbol symbol ) : System.CommandLine.SymbolResult
symbol ISymbol
return System.CommandLine.SymbolResult

ToString() public method

public ToString ( ) : string
return string

ValueForOption() public method

public ValueForOption ( string alias ) : object
alias string
return object

ValueForOption() public method

public ValueForOption ( string alias ) : T
alias string
return T

this() public method

public this ( string alias ) : SymbolResult
alias string
return SymbolResult