C# Класс mustache.KeyGenerator

Substitutes a key placeholder with the textual representation of the associated object.
Наследование: IGenerator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
KeyGenerator ( string key, string alignment, string formatting ) : System

Initializes a new instance of a KeyGenerator.

Приватные методы

Метод Описание
IGenerator ( KeyScope scope, TextWriter writer ) : void
getFormat ( string alignment, string formatting ) : string

Описание методов

KeyGenerator() публичный Метод

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.
Результат System