TSelectManyIterator<TSource,TCollection,TResult>.fCollectionSelector Field

Represents field fCollectionSelector.

Namespace: Spring.Collections.Extensions
private
 fCollectionSelector: TFunc<TSource, IEnumerable<TCollection>>;

Field Value

Type: TFunc<TSource, IEnumerable<TCollection>>