Select some records ...

Posted by Kris-I on Stack Overflow See other posts from Stack Overflow or by Kris-I
Published on 2010-04-16T05:54:54Z Indexed on 2010/04/16 6:03 UTC
Read the original article Hit count: 355

Filed under:
|
|
|

I have an IList<MyList>. I'd like with LINQ keep the same list (same number of record) but I'd like reduce or/and rename some record. At the end I'd like to have IList<MyNewList>.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#