IEnumerable<IEnumerable<T>> to IEnumerable<T> using LINQ

Posted by abatishchev on Stack Overflow See other posts from Stack Overflow or by abatishchev
Published on 2010-04-09T21:38:18Z Indexed on 2010/04/09 21:43 UTC
Read the original article Hit count: 600

Filed under:
|
|
|
|

How to split an IEnumerable of IEnumerables to one flat IEnumerable using LINQ (or someway else)?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#