TTakeIterator<T>.Create(IEnumerable<T>,Integer) Constructor
Initializes a new instance of the TTakeIterator<T> class.
public constructor Create(const source: IEnumerable<T>; count: Integer);
Parameters
- source
- Type: IEnumerable<T>
- count
- Type: Integer