Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converting IEnumerable<TSource> into IEnumerable<IEnumerable<TSource>>? #86

Open
GoogleCodeExporter opened this issue Oct 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant