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