MutableDisposable Class

RxJS

Represents a disposable whose underlying disposable can be swapped for another disposable.

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

Syntax

JavaScript
Rx.MutableDisposable = function();

Type.createClass(
	'Rx.MutableDisposable',
	null,
	IDisposable);

Inheritance Hierarchy

System..::.Object
  Rx..::.MutableDisposable

See Also