MutableDisposable Constructor

RxJS

Constructs a new MutableDisposable with no current underlying disposable.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.MutableDisposable = function();

See Also