System::Collections::ObjectModel::Collection::idx_get 方法

Collection::idx_get method

获取指定索引处的值。

virtual T System::Collections::ObjectModel::Collection<T>::idx_get(int index) const override
参数类型描述
索引int获取值的索引。

ReturnValue

指定索引处值的副本。

另见