System::Collections::Generic::List::FindIndex method
List::FindIndex(int, int, System::Predicate<T>) method
特定の述語を満たす要素を検索します。
int System::Collections::Generic::List<T>::FindIndex(int startIndex, int count, System::Predicate<T> match)
| パラメーター | 型 | 説明 |
|---|---|---|
| startIndex | int | 検索を開始するインデックス。 |
| count | int | 検索対象の要素数。 |
| match | System::Predicate<T> | Predicate を使用して要素をチェックします。 |
ReturnValue
一致する要素のインデックス、見つからない場合は -1。
参照
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::FindIndex(int, System::Predicate<T>) method
特定の述語を満たす要素を検索します。
int System::Collections::Generic::List<T>::FindIndex(int startIndex, System::Predicate<T> match)
| パラメーター | 型 | 説明 |
|---|---|---|
| startIndex | int | 検索を開始するインデックス。 |
| match | System::Predicate<T> | Predicate を使用して要素をチェックします。 |
ReturnValue
一致する要素のインデックス、見つからない場合は -1。
参照
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::FindIndex(System::Predicate<T>) method
特定の述語を満たす要素を検索します。
int System::Collections::Generic::List<T>::FindIndex(System::Predicate<T> match)
| パラメーター | 型 | 説明 |
|---|---|---|
| match | System::Predicate<T> | Predicate を使用して要素をチェックします。 |
ReturnValue
一致する要素のインデックス、見つからない場合は -1。
参照
- Typedef Predicate
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++