次の方法で共有


SymbolResult.Tokens プロパティ

定義

解析中にこのシンボル結果に関連付けられたトークンの一覧。

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)

プロパティ値

適用対象