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