Share via


MethodData.Dispose Method

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

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

Syntax

'Declaration
Public Overridable Sub Dispose
'Usage
Dim instance As MethodData

instance.Dispose()
public virtual void Dispose()
public:
virtual void Dispose()
public function Dispose()

Implements

IDisposable.Dispose()

Remarks

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.

.NET Framework Security

See Also

Reference

MethodData Class

MethodData Members

Microsoft.VisualStudio.Package Namespace