System::Collections::Generic::List::FindAll メソッド
List::FindAll method
特定の述語を満たす要素を検索します。
ListPtr<T> System::Collections::Generic::List<T>::FindAll(System::Predicate<T> match)
| パラメーター | 型 | 説明 |
|---|---|---|
| match | System::Predicate<T> | Predicate を使用して要素をチェックします。 |
ReturnValue
List of matching elements (if any) or empty list.
参照
- Class ListPtr
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++