|
| .NET Framework Class Library |
| CompositeDisposable..::.Add Method |
| CompositeDisposable Class See Also Send Feedback |
Adds a disposable to the CompositeDisposable or disposes the disposable if the CompositeDisposable is disposed.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function Add(item); |
Parameters
- item
- Type: System..::.IDisposable