接口 IDisposable实验性

Simple abstraction for disposable objects.

interface IDisposable {
    teardown(): void;
}

实现于

方法

方法

  • 实验性

    返回 void

    Initiates the teardown and cleanup of this disposable item.