You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > SelectMany Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
SelectMany Method

This is the overview for the SelectMany method overload.

 
Name 
Description 
 
Projects each element of a sequence to an IEnumerable{T}, flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein.  
 
Projects each element of a sequence to an IEnumerable{T} and flattens the resulting sequences into one sequence.  
 
Projects each element of a sequence to an IEnumerable{T}, flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein. The index of each source element is used in the intermediate projected form of that element.  
 
Projects each element of a sequence to an IEnumerable{T}, and flattens the resulting sequences into one sequence. The index of each source element is used in the projected form of that element.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.