|
| .NET Framework Class Library |
| List Constructor (FuncObjectObjectBoolean) |
| List Class See Also Send Feedback |
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