IDisposable Interface
In This Article
#Declaration
TypeScript
export interface IDisposable
#Inheritance
IDisposable
#Methods
#dispose Method
Disposes of all resources associated with this IDisposable object.
#Declaration
TypeScript
dispose(): void