System::Collections::Generic::List::RemoveAll method

List::RemoveAll method

विशिष्ट प्रेडिकेट से मेल खाने वाले सभी तत्वों को हटाता है.

int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
पैरामीटरप्रकारविवरण
matchPredicate<T>Predicate का उपयोग तत्वों को जाँचने के लिए।

ReturnValue

हटाए गए तत्वों की संख्या।

संबंधित देखें