Share via


StringGenerator.Dispose Method

Disposes the resources that the string generator held.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As StringGenerator

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

Remarks

Implementation of the Dispose method of the IDisposable interface for the string generator.

See Also

Reference

StringGenerator Class
StringGenerator Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace