C# Class ExoMerge.Analysis.TokenParseResult

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

Public Methods

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

Constructs a new instance with the given arguments.

Method Details

TokenParseResult() public method

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.
return System.Collections.Generic