System::Collections::Generic::List::FindLast मेथड

List::FindLast method

विशिष्ट प्रेडिकेट को पूरा करने वाले अंतिम तत्व की तलाश करता है।

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

ReturnValue

मिलते हुए तत्व का मान या यदि नहीं मिला तो nullptr।

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