return in forech loop C# code example Example: c# list foreach someList.ForEach(x => { if(x.RemoveMe) someList.Remove(x); });