Skip to content

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

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions