C# Class Scorchio.VisualStudio.Services.SimpleTextTemplatingEngine

Defines the MockEngine type.
Exibir arquivo Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Public Methods

Method Description
ProcessTemplate ( string sourceText, string>.IDictionary parameters, bool removeFileHeaders, bool removeXmlComments, bool removeThisPointer ) : TextTransformation

Processes the template.

Method Details

ProcessTemplate() public method

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].
return TextTransformation