.NET Framework Class Library |
Observable..::.Where Method (FuncObjectInt32Boolean) |
Observable Class See Also Send Feedback |
Filters the values of an observable sequence based on a predicate by incorporating the element's index.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
JavaScript |
---|
function Where(selector); |
Parameters
- selector
- Type: System..::.FuncObjectInt32Boolean