SyntaxFix
Write A Post
Hire A Developer
Questions
Using LINQ's Union
Enumerable.Union(ListA,ListB);
or
ListA.Union(ListB);