C# 클래스 mustache.StaticGenerator

Generates a static block of text.
상속: IGenerator
파일 보기 프로젝트 열기: Zocdoc/mustache-sharp 1 사용 예제들

공개 메소드들

메소드 설명
IGenerator ( KeyScope scope, TextWriter writer ) : void
Prune ( ) : void

Removes the static text from the final output.

StaticGenerator ( ) : System

Initializes a new instance of a StaticGenerator.

메소드 상세

IGenerator() 공개 메소드

public IGenerator ( KeyScope scope, TextWriter writer ) : void
scope KeyScope
writer System.IO.TextWriter
리턴 void

Prune() 공개 메소드

Removes the static text from the final output.
public Prune ( ) : void
리턴 void

StaticGenerator() 공개 메소드

Initializes a new instance of a StaticGenerator.
public StaticGenerator ( ) : System
리턴 System