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