I have two lists
List list1 = new List(); List list2 = new List();
I want remove all elements from li
list1.RemoveAll( item => list2.Contains(item));