System::Collections::Generic::List::FindLast メソッド

List::FindLast method

特定の述語を満たす最後の要素を検索します。

T System::Collections::Generic::List<T>::FindLast(System::Predicate<T> match)
パラメーター説明
matchSystem::Predicate<T>Predicate を使用して要素をチェックします。

ReturnValue

一致する要素の値、または見つからない場合は nullptr。

参照