System::Collections::Generic::_KeyList::idx_get 方法

_KeyList::idx_get method

在指定位置获取键。

virtual TKey System::Collections::Generic::_KeyList<Dict>::idx_get(int index) const override
参数类型描述
索引int用于获取键的索引。

ReturnValue

指定位置的键的副本。

另见