Observable.Where<TSource> Method
September 23, 2011
| Name | Description | |
|---|---|---|
|
Where<TSource>(IObservable<TSource>, Func<TSource, Boolean>) | Filters the values of an observable sequence based on a predicate. |
|
Where<TSource>(IObservable<TSource>, Func<TSource, Int32, Boolean>) | Filters the values of an observable sequence based on a predicate by incorporating the element's index. |