C# Class Acquarella.Lexers.Token

Afficher le fichier Open project: ajlopez/Acquarella Class Usage Examples

Méthodes publiques

Méthode Description
Token ( TokenType type, string text, int start, int length ) : System

Method Details

Token() public méthode

public Token ( TokenType type, string text, int start, int length ) : System
type TokenType
text string
start int
length int
Résultat System