Class DisposableSet

An object which manages a collection of disposable items.

Hierarchy

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

_isDisposed: boolean = false
_items: Set<IDisposable> = ...

Accessors

Methods

  • Test whether the set contains a specific item.

    Parameters

    Returns boolean

    true if the set contains the item, false otherwise.

Generated using TypeDoc