System::Collections::Generic::IList::idx_get 方法

IList::idx_get method

获取指定索引处的元素。

virtual T System::Collections::Generic::IList<T>::idx_get(int index) const =0
参数类型描述
索引int要获取的元素索引。

ReturnValue

指定索引处元素的副本。

另见