C# Class TinyTemplates.LiteralTemplateNode

Inheritance: TinyTemplates.TemplateNode
Afficher le fichier Open project: sprache/Sprache

Méthodes publiques

Méthode Description
Execute ( Stack model, TextWriter output ) : void
LiteralTemplateNode ( string text ) : System

Method Details

Execute() public méthode

public Execute ( Stack model, TextWriter output ) : void
model Stack
output System.IO.TextWriter
Résultat void

LiteralTemplateNode() public méthode

public LiteralTemplateNode ( string text ) : System
text string
Résultat System