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