Share via


SymbolResult.Tokens Propriedade

Definição

A lista de tokens associados a esse resultado de símbolo durante a análise.

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)

Valor da propriedade

Aplica-se a