MethodData::Dispose Method ()

 

Frees any allocations made just before the MethodData object is destroyed.

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

public:
virtual void Dispose()

This method is called just before the MethodData object is destroyed, allowing any resources allocated to be released.

The base method calls the Close method.

Return to top
Show: