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

List::Find method

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

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

ReturnValue

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

参照