Mid LINQ

Merge two employee lists?

Merge two employee lists

var merged = list1.Union(list2);

More from LINQ Tutorial

All questions for this course