Releases the unmanaged resources used by the CodeTemplate and optionally releases the managed resources

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

Syntax

C#
protected void Dispose(
	bool disposing
)
Visual Basic
Protected Sub Dispose ( 
	disposing As Boolean
)

Parameters

disposing
Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also