C# Class Mustachio.TokenPair

The token that has been lexed out of template content.
Afficher le fichier Open project: wildbit/mustachio Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
TokenPair ( TokenType type, String value ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

TokenPair() public méthode

public TokenPair ( TokenType type, String value ) : System
type TokenType
value String
Résultat System