System::Collections::Generic::List::FindIndex طريقة
محتويات
[
يخفي
]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.Font 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.Font 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.Font for C++