ITextTransformationTemplate.

Register(string, object) Method

Summary

Registers a key and an associated value.
Namespace
Cake.Core.Text
Containing Type
ITextTransformationTemplate

Syntax

void Register(string key, object value)

Parameters

Name Type Description
key string The key.
value object The value.

Return Value

Type Description
void