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