Overload List
Name | Description | |
---|---|---|
SelectMany<(Of <<'(TSource, TResult>)>>)(IIndexedSource<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, IEnumerable<(Of <<'(TResult>)>>)>)>>)>)>>)) |
Projects each element of a collection to a sequence of collections and flattens the resulting collections into one collection.
|
|
SelectMany<(Of <<'(TSource, TCollection, TResult>)>>)(IIndexedSource<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, IEnumerable<(Of <<'(TCollection>)>>)>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TCollection, TResult>)>>)>)>>)) |
Projects each element of a collection to a sequence of collections, flattens the resulting collections into one collection,
and invokes a result selector function on each element therein.
|