System::Collections::Generic::_ValueList::idx_get 方法

_ValueList::idx_get method

获取指定位置的值。

virtual TValue System::Collections::Generic::_ValueList<Dict>::idx_get(int index) const
参数类型描述
索引int获取值的索引。

ReturnValue

复制指定位置的值。

另见