System::Collections::CollectionBase::ListImpl::idx_get 方法

ListImpl::idx_get method

返回指定索引处的元素。

T System::Collections::CollectionBase<T>::ListImpl::idx_get(int32_t index)
参数类型描述
索引int32_t要获取或设置的元素的零基索引。

ReturnValue

指定索引处的元素。

另见