MethodData::Dispose Method ()
Visual Studio 2015
Frees any allocations made just before the MethodData object is destroyed.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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.
Show: