Interface IDisposable

Provides a mechanism for releasing resources.

Hierarchy

  • IDisposable

Properties

Properties

dispose: (() => void)

Type declaration

    • (): void
    • Returns void