다음을 통해 공유


ParseResult.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)

속성 값

적용 대상