다음을 통해 공유


ParseResult.UnmatchedTokens 속성

정의

파서와 일치하지 않는 명령줄에서 사용된 토큰 목록을 가져옵니다.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ UnmatchedTokens { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> UnmatchedTokens { get; }
member this.UnmatchedTokens : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property UnmatchedTokens As IReadOnlyList(Of String)

속성 값

적용 대상