Skip Method

RxJS

Bypasses a specified number of values in an observable sequence and then returns the remaining values.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function Skip(count);

Parameters

count
Type: System..::.Int32

See Also