Inserts variables into the property set where the value matches.

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

Syntax

C#
public static CodeSmithProject InsertVariables(
	CodeSmithProject csp
)
Visual Basic
Public Shared Function InsertVariables ( 
	csp As CodeSmithProject
) As CodeSmithProject

Parameters

csp
Type: CodeSmith.Engine.Schema..::..CodeSmithProject
The original project.

Return Value

Type: CodeSmithProject
A new instance of CodeSmithProject.

See Also