TSkipIterator<T>.Create(IEnumerable<T>,Integer) Constructor

Initializes a new instance of the TSkipIterator<T> class.

Namespace: Spring.Collections.Extensions
public
 constructor Create(const source: IEnumerable<T>; count: Integer);

Parameters

source
Type: IEnumerable<T>

count
Type: Integer