C# Class BACnet.SchemaParser.Token

Mostra file Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
Token ( TokenType type, string value ) : System

Constructs a new token instance

Method Details

Token() public method

Constructs a new token instance
public Token ( TokenType type, string value ) : System
type TokenType The type of token
value string The token's value
return System