You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > SelectMany Method > SelectMany Method (this IEnumerable<TSource>, Func<TSource, IEnumerable<TResult>>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.SelectMany Method (this IEnumerable<TSource>, Func<TSource, IEnumerable<TResult>>)

Projects each element of a sequence to an IEnumerable{T} and flattens the resulting sequences into one sequence.

Syntax
C++
C#
Visual Basic
public: IEnumerable<TResult> SelectMany<TSource, TResult>( this IEnumerable<TSource> source, Func<TSource, IEnumerable<TResult>> selector );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.