C# Class mustache.StaticGenerator

Generates a static block of text.
Inheritance: IGenerator
Afficher le fichier Open project: Zocdoc/mustache-sharp Class Usage Examples

Méthodes publiques

Méthode Description
IGenerator ( KeyScope scope, TextWriter writer ) : void
Prune ( ) : void

Removes the static text from the final output.

StaticGenerator ( ) : System

Initializes a new instance of a StaticGenerator.

Method Details

IGenerator() public méthode

public IGenerator ( KeyScope scope, TextWriter writer ) : void
scope KeyScope
writer System.IO.TextWriter
Résultat void

Prune() public méthode

Removes the static text from the final output.
public Prune ( ) : void
Résultat void

StaticGenerator() public méthode

Initializes a new instance of a StaticGenerator.
public StaticGenerator ( ) : System
Résultat System