Overload List
| Name | Description | |
|---|---|---|
| LongSelectMany TSource, TResult (IQueryable TSource , Expression Func TSource, Int64, IEnumerable TResult ) |
Transforms each element of a sequence into an IEnumerable{T} by applying a function to the
element and its index, and then flattens the resulting sequences into one sequence.
| |
| LongSelectMany TSource, TCollection, TResult (IQueryable TSource , Expression Func TSource, Int64, IEnumerable TCollection , Expression Func TSource, TCollection, TResult ) |
Transforms each element of a sequence into an IEnumerable{T} by applying a function to the
element and its index, and then flattens the resulting sequences into one sequence.
|
See Also