C# Класс ExoMerge.Analysis.TokenParseResult

A class that represents the result of parsing a token's text.
Показать файл Открыть проект

Открытые методы

Метод Описание
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