C# Class Mustachio.TokenPair

The token that has been lexed out of template content.
显示文件 Open project: wildbit/mustachio Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
TokenPair ( TokenType type, String value ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

TokenPair() public method

public TokenPair ( TokenType type, String value ) : System
type TokenType
value String
return System