C# Class mustache.KeyGenerator

Substitutes a key placeholder with the textual representation of the associated object.
Inheritance: IGenerator
Afficher le fichier Open project: Zocdoc/mustache-sharp Class Usage Examples

Méthodes publiques

Méthode Description
KeyGenerator ( string key, string alignment, string formatting ) : System

Initializes a new instance of a KeyGenerator.

Private Methods

Méthode Description
IGenerator ( KeyScope scope, TextWriter writer ) : void
getFormat ( string alignment, string formatting ) : string

Method Details

KeyGenerator() public méthode

Initializes a new instance of a KeyGenerator.
public KeyGenerator ( string key, string alignment, string formatting ) : System
key string The key to substitute with its value.
alignment string The alignment specifier.
formatting string The format specifier.
Résultat System