C# Class mustache.InlineGenerator

Generates the text for a tag that only exists on a single line.
Inheritance: IGenerator
Afficher le fichier Open project: Zocdoc/mustache-sharp Class Usage Examples

Méthodes publiques

Méthode Description
InlineGenerator ( TagDefinition definition, ArgumentCollection arguments ) : System

Initializes a new instance of an InlineGenerator.

Private Methods

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

Method Details

InlineGenerator() public méthode

Initializes a new instance of an InlineGenerator.
public InlineGenerator ( TagDefinition definition, ArgumentCollection arguments ) : System
definition TagDefinition The tag to render the text for.
arguments ArgumentCollection The arguments passed to the tag.
Résultat System