c# foreach delete item example Example: c# remove from list in foreach myList.RemoveAll(x => x.SomeProp == "SomeValue");