System::Collections::Generic::List::FindLast 方法
List::FindLast method
查找符合特定谓词的最后一个元素。
T System::Collections::Generic::List<T>::FindLast(System::Predicate<T> match)
| 参数 | 类型 | 描述 |
|---|---|---|
| match | System::Predicate<T> | 用于检查元素的 Predicate。 |
ReturnValue
匹配元素的值,如果未找到则为 nullptr。
另见
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++