C# 클래스 ExoMerge.Analysis.TokenParseResult

A class that represents the result of parsing a token's text.
파일 보기 프로젝트 열기: vc3/ExoMerge

공개 메소드들

메소드 설명
TokenParseResult ( TokenType type, string value, string>.KeyValuePair options ) : System.Collections.Generic

Constructs a new instance with the given arguments.

메소드 상세

TokenParseResult() 공개 메소드

Constructs a new instance with the given arguments.
public TokenParseResult ( TokenType type, string value, string>.KeyValuePair options ) : System.Collections.Generic
type TokenType The type of the parsed token.
value string The parsed token value.
options string>.KeyValuePair The parsed options.
리턴 System.Collections.Generic