Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

remove items from one list in another c#

           destionList.RemoveAll(x => sourceList.Exists(y => y.Id == x.Id));
 
PREVIOUS NEXT
Tagged: #remove #items #list
ADD COMMENT
Topic
Name
9+8 =