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.Page for C++