Skip to main content

IDisposable Interface

Declaration

export interface IDisposable

Inheritance

IDisposable

Methods

dispose Method

Disposes of all resources associated with this IDisposable object.

Declaration

dispose(): void