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