Which method removes ALL elements that match a condition from a List<int> in one call?var nums = new List<int> { 1, 2, 3, 4 };