C# Class ExoMerge.Analysis.TokenParseResult

A class that represents the result of parsing a token's text.
Afficher le fichier Open project: vc3/ExoMerge

Méthodes publiques

Méthode Description
TokenParseResult ( TokenType type, string value, string>.KeyValuePair options ) : System.Collections.Generic

Constructs a new instance with the given arguments.

Method Details

TokenParseResult() public méthode

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.
Résultat System.Collections.Generic