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