Converting IGrouping<T,U> to IGrouping<T,V> using LINQ

Posted by skb on Stack Overflow See other posts from Stack Overflow or by skb
Published on 2010-04-06T19:01:40Z Indexed on 2010/04/06 19:03 UTC
Read the original article Hit count: 311

Filed under:

How can I do this conversion? Is it possible with some simple LINQ query?

© Stack Overflow or respective owner

Related posts about LINQ