TSelectIndexIterator<TSource,TResult>.Create(IEnumerable<TSource>,TFunc) Constructor

Initializes a new instance of the TSelectIndexIterator<TSource,TResult> class.

Namespace: Spring.Collections.Extensions
public
 constructor Create(const source: IEnumerable<TSource>;
 const selector: TFunc<TSource, Integer, TResult>);

Parameters

source
Type: IEnumerable<TSource>

selector
Type: TFunc<TSource, Integer, TResult>