C# Class BACnet.SchemaParser.Token

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode Description
Token ( TokenType type, string value ) : System

Constructs a new token instance

Method Details

Token() public méthode

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