C# Class mustache.InlineGenerator

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

Public Methods

Method Description
InlineGenerator ( TagDefinition definition, ArgumentCollection arguments ) : System

Initializes a new instance of an InlineGenerator.

Private Methods

Method Description
IGenerator ( KeyScope scope, TextWriter writer ) : void

Method Details

InlineGenerator() public method

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.
return System