Summary
Initializes a new instance of the
TextTransformation<TTemplate> class.
- Namespace
- Cake
.Common .Text - Containing Type
- TextTransformation
<TTemplate>
Syntax
public TextTransformation(IFileSystem fileSystem, ICakeEnvironment environment, TTemplate template)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| template | TTemplate | The text template. |
Return Value
| Type | Description |
|---|---|
| void |
