Clean up any resources being used.

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

Syntax

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

Parameters

disposing
Type: System..::..Boolean
true if managed resources should be disposed; otherwise, false.

See Also