C# Class Mustache.StaticGenerator

Generates a static block of text.
Inheritance: IGenerator
Afficher le fichier Open project: ExactTargetDev/mustache-sharp

Méthodes publiques

Méthode Description
StaticGenerator ( string value ) : System

Initializes a new instance of a StaticGenerator.

Private Methods

Méthode Description
IGenerator ( Scope scope, TextWriter writer, Scope context ) : void

Method Details

StaticGenerator() public méthode

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