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