System::Collections::IList::idx_get 메서드
IList::idx_get method
RTTI 정보.
virtual SharedPtr<System::Object> System::Collections::IList::idx_get(int index, int dummy=0) const =0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 항목 인덱스. |
| 더미 | int | 구분을 위해 사용되는 가짜 매개변수. |
ReturnValue
지정된 인덱스에 있는 항목.
비고
지정된 인덱스에 있는 항목을 가져옵니다.
또 보기
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++