Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyC#List and DictionarySingle-choice MCQ

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 };