Copies any matching properties to another CodeTemplate instance.

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

Syntax

C#
public void CopyPropertiesTo(
	CodeTemplate template,
	bool includeNonBrowsable
)
Visual Basic
Public Sub CopyPropertiesTo ( 
	template As CodeTemplate,
	includeNonBrowsable As Boolean
)

Parameters

template
Type: CodeSmith.Engine..::..CodeTemplate
Template.
includeNonBrowsable
Type: System..::..Boolean
Whether non-browsable properties should be included.

See Also