DisposableObject Class
Declaration
export class DisposableObject implements IDisposable
Implements
IDisposable
Inheritance
DisposableObject
Methods
dispose Method
Disposes of all resources associated with this DisposableObject.
Declaration
dispose(): void