List<a> to List<b> converting when a and b have the same structur?

Posted by Kovu on Stack Overflow See other posts from Stack Overflow or by Kovu
Published on 2010-06-15T10:46:47Z Indexed on 2010/06/15 10:52 UTC
Read the original article Hit count: 124

Filed under:
|
|
|

Hi,

I use C# 3.5 DotNet Framework and Linq.

I have 2 Views which have the same result-schema, but in linq that are different objects of course.

How can I convert List a to List b?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET