|
| .NET Framework Class Library |
| Observable..::.SkipWhile Method |
| Observable Class See Also Send Feedback |
Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function SkipWhile(predicate); |
Parameters
- predicate
- Type: System..::.FuncObjectBoolean