c# for each list code example Example: c# list foreach someList.ForEach(x => { if(x.RemoveMe) someList.Remove(x); });