I have two lists
List list1 = new List(); List list2 = new List();
I want remove all elements from li
var result = list1.Except(list2);