Remove Method

RxJS

Tries to remove item from list, returns boolean indicating success.

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

Syntax

JavaScript
function Remove(item);

Parameters

item
Type: System..::.Object

See Also