System::Collections::Generic::List::FindIndex 메서드
내용물
[
숨다
]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++