System::Collections::CollectionBase::ListImpl::idx_get 메서드
ListImpl::idx_get method
지정된 인덱스에 있는 요소를 반환합니다.
T System::Collections::CollectionBase<T>::ListImpl::idx_get(int32_t index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int32_t | 가져오거나 설정할 요소의 0 기반 인덱스. |
ReturnValue
지정된 인덱스에 있는 요소.
또 보기
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++