TextTransformationTemplate.

TextTransformationTemplate(string, Tuple<string, string>) Constructor

Summary

Initializes a new instance of the TextTransformationTemplate class.
Namespace
Cake.Core.Text
Containing Type
TextTransformationTemplate

Syntax

public TextTransformationTemplate(string template, Tuple<string, string> placeholder)

Parameters

Name Type Description
template string The template.
placeholder Tuple<string, string> The key placeholder.

Return Value

Type Description
void