Add Method

RxJS

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

See Also