CompositeDisposable Constructor (IDisposable)

RxJS

Constructs a CompositeDisposable from a group of disposables.

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

Syntax

JavaScript
Rx.CompositeDisposable = function(d1);

Parameters

d1
Type: System..::.IDisposable

See Also