C# Class Cottle.Documents.Simple.Nodes.DumpNode

Inheritance: INode
Afficher le fichier Open project: r3c/cottle

Méthodes publiques

Méthode Description
DumpNode ( IEvaluator expression ) : System
Render ( IStore store, TextWriter output, Value &result ) : bool
Source ( ISetting setting, TextWriter output ) : void

Method Details

DumpNode() public méthode

public DumpNode ( IEvaluator expression ) : System
expression IEvaluator
Résultat System

Render() public méthode

public Render ( IStore store, TextWriter output, Value &result ) : bool
store IStore
output System.IO.TextWriter
result Value
Résultat bool

Source() public méthode

public Source ( ISetting setting, TextWriter output ) : void
setting ISetting
output System.IO.TextWriter
Résultat void