







Bypasses a specified number of values at the end of an observable sequence.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
JavaScript |
---|
Rx.Observable.SkipLast = function(count); |
Parameters
- count
- Type: System..::.Int32
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
JavaScript |
---|
Rx.Observable.SkipLast = function(count); |