IEnumerable<T>.Skip(Integer) Method
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
public function Skip(count: Integer): IEnumerable<T>;
Parameters
- count
- Type: Integer
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
public function Skip(count: Integer): IEnumerable<T>;