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

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

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

Parameters

source
Type: IEnumerable<TSource>

collectionSelector
Type: TFunc<TSource, Integer, IEnumerable<TCollection>>

resultSelector
Type: TFunc<TSource, TCollection, TResult>