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

指定索引处的项。

备注

获取指定索引处的项。

另见