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