Search notes:

System.IDisposable (interface)

The interface System.IDisposable is typically implemented by managed types that access unmanaged types such as System.IO.File or System.Drawing.Font.
Implementors of System.IDisposable are required to implement one method only: public void Dispose().

See also

garbage collector

Index