C# Class Veil.Handlebars.HandlebarsToken

Datei anzeigen Open project: namics/TerrificNet Class Usage Examples

Public Methods

Method Description
HandlebarsToken ( bool isSyntaxToken, string content, bool isHtmlEscape, bool trimLastLiteral, bool trimNextLiteral, int index, int length ) : System

Method Details

HandlebarsToken() public method

public HandlebarsToken ( bool isSyntaxToken, string content, bool isHtmlEscape, bool trimLastLiteral, bool trimNextLiteral, int index, int length ) : System
isSyntaxToken bool
content string
isHtmlEscape bool
trimLastLiteral bool
trimNextLiteral bool
index int
length int
return System