TSelectIndexIterator<TSource,TResult>.Create(IEnumerable<TSource>,TFunc) Constructor
Initializes a new instance of the TSelectIndexIterator<TSource,TResult> class.
public constructor Create(const source: IEnumerable<TSource>; const selector: TFunc<TSource, Integer, TResult>);
Parameters
- source
- Type: IEnumerable<TSource>
- selector
- Type: TFunc<TSource, Integer, TResult>