C# 클래스 mustache.KeyGenerator

Substitutes a key placeholder with the textual representation of the associated object.
상속: IGenerator
파일 보기 프로젝트 열기: Zocdoc/mustache-sharp 1 사용 예제들

공개 메소드들

메소드 설명
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