Append
Returns a new collection that contains the elements of the first collection followed by elements of the second.
Parameters
Returns
IEnumerable<T> source1
IEnumerable<T> source2
IEnumerable<T>
Usage
A new collection is created by join all elements of both collections.
Appending second collection to the first one
Last updated
Was this helpful?