Interface: IDisposable

March 10, 2023 · View on GitHub

node-taglib-sharp / Exports / IDisposable

Interface: IDisposable

Interface for objects that can (and should) be disposed after they are no longer needed.

Implemented by

  • File

Table of contents

Methods

  • dispose

Methods

dispose

▸ dispose(): void

Disposes the current instance.

Returns

void

Contents

  1. 1Implemented by
  2. 2Table of contents
  3. 2.1Methods
  4. 3Methods
  5. 3.1dispose