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

List::FindAll method

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

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

ReturnValue

List of matching elements (if any) or empty list.

参照