Merge the template output with the existing content.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
string Merge(
	MergeContext context
)
Visual Basic
Function Merge ( 
	context As MergeContext
) As String

Parameters

context
Type: CodeSmith.Engine..::..MergeContext
A reference to the MergeContext.

Return Value

Type: String

See Also