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
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 项目索引。 |
| 虚拟 | int | 用于消除歧义的虚假参数。 |
ReturnValue
指定索引处的项目。
备注
获取指定索引处的项目。
另见
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++