System::Collections::Generic::List::FindLast yöntemi
List::FindLast method
Belirli bir koşula uyan son öğeyi arar.
T System::Collections::Generic::List<T>::FindLast(System::Predicate<T> match)
| Parametre | Tür | Açıklama |
|---|---|---|
| match | System::Predicate<T> | Predicate elemanları kontrol etmek için. |
ReturnValue
Eşleşen öğenin değeri veya bulunamazsa nullptr.
Ayrıca Bakınız
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++