MutableDisposable Methods

RxJS

The MutableDisposable type exposes the following members.

Methods

  NameDescription
Dispose
Disposes the underlying disposable as well as all future replacements.
Get
Gets a value indicating whether the MutableDisposable has an underlying disposable.
GetType (Inherited from Object.)
Replace
Swaps and disposes the current disposable with the new disposable.
ToLocaleString (Inherited from Object.)
ToString (Inherited from Object.)

See Also