Using linq to combine objects

Posted by DotnetDude on Stack Overflow See other posts from Stack Overflow or by DotnetDude
Published on 2010-04-08T15:00:38Z Indexed on 2010/04/08 15:03 UTC
Read the original article Hit count: 444

I have 2 instances of a class that implements the IEnumerable interface. I would like to create a new object and combine both of them into one. I understand I can use the for..each to do this.

Is there a linq/lambda expression way of doing this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about LINQ