List<a> to List<b> converting when a and b have the same structur?
- by Kovu
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?