BooleanDisposable Constructor

RxJS

Constructs a new undisposed BooleanDisposable.

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

Syntax

JavaScript
Rx.BooleanDisposable = function();

See Also