Dispose the class

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

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

Parameters

disposing
Type: System..::.Boolean
Pass true to dispose of the managed and unmanaged resources or false to just dispose of the unmanaged resources.

See Also