konuya hakim değilim sadece stackoverflowdan bulduğum kodu yazacağım;

List<Type> list1;List<Type> list2;List<Type> combined;combined.AddRange(list1);combined.AddRange(list2);