C# Класс Scorchio.VisualStudio.Services.SimpleTextTemplatingEngine

Defines the MockEngine type.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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