[This is preliminary documentation and is subject to change.]

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public void Dispose()
Visual Basic
Public Sub Dispose
Visual C++
public:
virtual void Dispose() sealed
F#
abstract Dispose : unit -> unit 
override Dispose : unit -> unit 
JScript
public final function Dispose()

Implements

IDisposable..::..Dispose()()()()

Remarks

This code added by Visual Basic to correctly implement the disposable pattern.

See Also