Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
TinyTemplates
LiteralTemplateNode
C# Class TinyTemplates.LiteralTemplateNode
Inheritance:
TinyTemplates.TemplateNode
ファイルを表示
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