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