Remove Method

RxJS

Removes and disposes the first occurrence of a disposable from the CompositeDisposable.

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

Syntax

JavaScript
function Remove(item);

Parameters

item
Type: System..::.IDisposable

See Also