1 2 3 4
//in C# 3, your method has already been done for you, but will clear dupes firstList.Union( secondList ); //or if you don't like extension methods ...
C# On Merge generic lists
by Keith Henry,
July 01, 2008 12:14
1 2 3 4
//in C# 3, your method has already been done for you, but will clear dupes firstList.Union( secondList ); //or if you don't like extension methods ...
Similar points to Mark real...