Edit

Share via


ParseResult.Tokens Property

Definition

Gets the tokens identified while parsing command line input.

public:
 property System::Collections::Generic::IReadOnlyList<System::CommandLine::Parsing::Token> ^ Tokens { System::Collections::Generic::IReadOnlyList<System::CommandLine::Parsing::Token> ^ get(); };
public System.Collections.Generic.IReadOnlyList<System.CommandLine.Parsing.Token> Tokens { get; }
member this.Tokens : System.Collections.Generic.IReadOnlyList<System.CommandLine.Parsing.Token>
Public ReadOnly Property Tokens As IReadOnlyList(Of Token)

Property Value

Applies to