Creates a new object that is a copy of the current instance.

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

Syntax

C#
public CodeSmithProject Clone()
Visual Basic
Public Function Clone As CodeSmithProject

Return Value

Type: CodeSmithProject
A new object that is a copy of this instance.

See Also