C# Class TinyTemplates.LiteralTemplateNode

Inheritance: TinyTemplates.TemplateNode
Exibir arquivo Open project: sprache/Sprache

Public Methods

Method Description
Execute ( Stack model, TextWriter output ) : void
LiteralTemplateNode ( string text ) : System

Method Details

Execute() public method

public Execute ( Stack model, TextWriter output ) : void
model Stack
output System.IO.TextWriter
return void

LiteralTemplateNode() public method

public LiteralTemplateNode ( string text ) : System
text string
return System