.NET Framework Class Library |
CompositeDisposable Constructor (IDisposable) |
CompositeDisposable Class See Also Send Feedback |
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