C# Class System.CommandLine.ParseResult

Afficher le fichier Open project: KathleenDollard/System.CommandLine

Private Properties

Свойство Type Description
AddImplicitOptionsAndCheckForErrors void
ParseResult System.Collections.Generic

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public FindResultFor ( ISymbol symbol ) : System.CommandLine.SymbolResult
symbol ISymbol
Résultat System.CommandLine.SymbolResult

ToString() public méthode

public ToString ( ) : string
Résultat string

ValueForOption() public méthode

public ValueForOption ( string alias ) : object
alias string
Résultat object

ValueForOption() public méthode

public ValueForOption ( string alias ) : T
alias string
Résultat T

this() public méthode

public this ( string alias ) : SymbolResult
alias string
Résultat SymbolResult