Select Method (FuncObjectInt32Object)

RxJS

Projects each value of an observable sequence into a new form by incorporating the element's index.

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

Syntax

JavaScript
function Select(selector);

Parameters

selector
Type: System..::.FuncObjectInt32Object

See Also