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