Edit

Share via


DirectiveResult Class

Definition

public ref class DirectiveResult sealed : System::CommandLine::Parsing::SymbolResult
public sealed class DirectiveResult : System.CommandLine.Parsing.SymbolResult
type DirectiveResult = class
    inherit SymbolResult
Public NotInheritable Class DirectiveResult
Inherits SymbolResult
Inheritance
DirectiveResult

Properties

Directive
Errors (Inherited from SymbolResult)
Parent

The parent symbol result in the parse tree.

(Inherited from SymbolResult)
Token
Tokens

The list of tokens associated with this symbol result during parsing.

(Inherited from SymbolResult)
Values

Methods

AddError(String) (Inherited from SymbolResult)
GetRequiredValue<T>(Argument<T>) (Inherited from SymbolResult)
GetRequiredValue<T>(Option<T>) (Inherited from SymbolResult)
GetRequiredValue<T>(String) (Inherited from SymbolResult)
GetResult(Argument) (Inherited from SymbolResult)
GetResult(Command) (Inherited from SymbolResult)
GetResult(Directive) (Inherited from SymbolResult)
GetResult(Option) (Inherited from SymbolResult)
GetResult(String) (Inherited from SymbolResult)
GetValue<T>(Argument<T>) (Inherited from SymbolResult)
GetValue<T>(Option<T>) (Inherited from SymbolResult)
GetValue<T>(String) (Inherited from SymbolResult)

Applies to