System::Collections::CollectionBase::ListImpl::IndexOf method
ListImpl::IndexOf method
지정된 요소를 검색하고 전체 컬렉션 내에서 첫 번째 발생 위치의 0부터 시작하는 인덱스를 반환합니다.
int32_t System::Collections::CollectionBase<T>::ListImpl::IndexOf(const T &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const T& | 컬렉션에서 찾을 요소. |
ReturnValue
전체 컬렉션에서 value의 첫 번째 발생 위치의 0부터 시작하는 인덱스이며, 찾지 못하면 -1을 반환합니다.
또 보기
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++