List Constructor (FuncObjectObjectBoolean)

RxJS

Creates a new List that uses comparer for looking up items.

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

Syntax

JavaScript
Rx.List = function(comparer);

Parameters

comparer
Type: System..::.FuncObjectObjectBoolean

See Also