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