System::Collections::Generic::List::Find メソッド
List::Find method
特定の述語を満たす要素を検索します。
T System::Collections::Generic::List<T>::Find(System::Predicate<T> predicate)
| パラメーター | 型 | 説明 |
|---|---|---|
| predicate | System::Predicate<T> | Predicate を使用して要素をチェックします。 |
ReturnValue
一致する要素の値、または見つからない場合は nullprtr。
参照
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++