Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Mustachio
TokenPair
C# Class Mustachio.TokenPair
The token that has been lexed out of template content.
Show file
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