System::Collections::Generic::List::RemoveAll method
List::RemoveAll method
विशिष्ट प्रेडिकेट से मेल खाने वाले सभी तत्वों को हटाता है.
int System::Collections::Generic::List<T>::RemoveAll(Predicate<T> match)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| match | Predicate<T> | Predicate का उपयोग तत्वों को जाँचने के लिए। |
ReturnValue
हटाए गए तत्वों की संख्या।
संबंधित देखें
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++