Overload List

  Name Description
Public method Static member 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.
Public method Static member 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.

See Also