C# 클래스 mustache.InlineGenerator

Generates the text for a tag that only exists on a single line.
상속: IGenerator
파일 보기 프로젝트 열기: Zocdoc/mustache-sharp 1 사용 예제들

공개 메소드들

메소드 설명
InlineGenerator ( TagDefinition definition, ArgumentCollection arguments ) : System

Initializes a new instance of an InlineGenerator.

비공개 메소드들

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

메소드 상세

InlineGenerator() 공개 메소드

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.
리턴 System