Source::Finalize Method ()

 

The class destructor, called just before the object is destroyed.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

protected:
virtual void Finalize() override

This is where any final clean up is done.

This destructor currently does nothing.

Return to top
Show: