System::Collections::Generic::List::Find method

List::Find method

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

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

ReturnValue

यदि मिलान करने वाला तत्व न मिले तो उसका मान या nullprtr।

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