طريقة System::Collections::Generic::List::FindLast
List::FindLast method
يبحث عن العنصر الأخير الذي يطابق شرطًا محددًا.
T System::Collections::Generic::List<T>::FindLast(System::Predicate<T> match)
| Parameter | Type | الوصف |
|---|---|---|
| match | System::Predicate<T> | Predicate للتحقق من العناصر باستخدام. |
ReturnValue
قيمة العنصر المتطابق أو nullptr إذا لم يتم العثور عليه.
انظر أيضًا
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++