Interface IDisposable

interface IDisposable {
    dispose(): void;
}

Hierarchy (View Summary)

Implemented by

Methods

Methods