You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
How can i convert my Source as IEnumerable<IEnumerable<TSource>>
from IEnumerable<TSource> and pass it to the
IEnumerable<IEnumerable<T>> Transpose<T>(this IEnumerable<IEnumerable<T>>
source){}
How to do this.please any help will be appriciated..
Thanks,
Original issue reported on code.google.com by sampath....@gmail.com on 11 Dec 2013 at 10:04
The text was updated successfully, but these errors were encountered:
You have something like a flat sequence of elements that you would like to
treat as a matrix (sequence of rows, each row is a sequence of columns)? Take a
look at Batch and Partition, maybe they suit your need.
Original comment by jclud...@gmail.com on 9 Oct 2014 at 7:45
This issue has been migrated to:
https://github.com/MoreLINQ/morelinq/issues/86
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of
any further development.
Original comment by azizatif on 21 Aug 2015 at 6:55
Original issue reported on code.google.com by
sampath....@gmail.com
on 11 Dec 2013 at 10:04The text was updated successfully, but these errors were encountered: