Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# remove items from one list that are in another

destinationList = destinationList.Except(excludeList).ToList();
 
PREVIOUS NEXT
Tagged: #remove #items #list
ADD COMMENT
Topic
Name
1+1 =