I have two instances of IEnumerable<T> (with the same T). I want a new instance of IEnumerable<T> which is the concatenation of both.

Is there a built-in method in .NET to do that or do I have to write it myself?

5 Answers
5

Leave a Reply

Your email address will not be published. Required fields are marked *