C# 클래스 Scorchio.VisualStudio.Services.SimpleTextTemplatingEngine

Defines the MockEngine type.
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross 1 사용 예제들

공개 메소드들

메소드 설명
ProcessTemplate ( string sourceText, string>.IDictionary parameters, bool removeFileHeaders, bool removeXmlComments, bool removeThisPointer ) : TextTransformation

Processes the template.

메소드 상세

ProcessTemplate() 공개 메소드

Processes the template.
public ProcessTemplate ( string sourceText, string>.IDictionary parameters, bool removeFileHeaders, bool removeXmlComments, bool removeThisPointer ) : TextTransformation
sourceText string The source text.
parameters string>.IDictionary The parameters.
removeFileHeaders bool if set to true [remove file headers].
removeXmlComments bool if set to true [remove XML comments].
removeThisPointer bool if set to true [remove this pointer].
리턴 TextTransformation