TEnumerableBase<T>.Skip(Integer) Method

Bypasses a specified number of elements in a sequence and then returns the remaining elements.

Namespace: Spring.Collections.Base
public
 function Skip(count: Integer): IEnumerable<T>;

Parameters

count
Type: Integer

Return Value

Type: IEnumerable<T>

 

Implements

IEnumerable<T>.Skip(Integer)