Performs tasks associated with freeing, releasing, or resetting resources.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
protected virtual void Dispose(
	bool dispose
)
Visual Basic (Declaration)
Protected Overridable Sub Dispose ( _
	dispose As Boolean _
)

Parameters

dispose
Type: System..::..Boolean
Indicates whether unmanaged

See Also