SyntaxFix
Write A Post
Hire A Developer
Questions
Use Concat or Union extension methods. You have to make sure that you have this direction using System.Linq; in order to use LINQ extensions methods.
Concat
Union
using System.Linq;
Use the AddRange method.
AddRange