[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.EnumerableExtension.SelectManyTransposed

SelectManyTransposed Method

SelectManyTransposed<T>(IEnumerable<IEnumerable<T>>)

Selects many items in N-order.

Declaration
public static IEnumerable<T> SelectManyTransposed<T>(this IEnumerable<IEnumerable<T>> src)
Parameters
Type Name Description
IEnumerable<IEnumerable<T>> src

The source sequence of sequences.

Returns
Type Description
IEnumerable<T>

A sequence of elements transposed from the source sequences.

Type Parameters
Name Description
T

The type of elements in the sequence.