How do you concatenate Lists in C#? October 17, 2022 by Tarik Concat returns a new sequence without modifying the original list. Try myList1.AddRange(myList2).