|
| .NET Framework Class Library |
| CompositeDisposable Constructor (IDisposable, IDisposable, 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, d2, d3); |
Parameters
- d1
- Type: System..::.IDisposable
- d2
- Type: System..::.IDisposable
- d3
- Type: System..::.IDisposable