C# 클래스 TinyTemplates.LiteralTemplateNode

상속: TinyTemplates.TemplateNode
파일 보기 프로젝트 열기: sprache/Sprache

공개 메소드들

메소드 설명
Execute ( Stack model, TextWriter output ) : void
LiteralTemplateNode ( string text ) : System

메소드 상세

Execute() 공개 메소드

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

LiteralTemplateNode() 공개 메소드

public LiteralTemplateNode ( string text ) : System
text string
리턴 System