System::Collections::Generic::IKVCollection::idx_get 方法

IKVCollection::idx_get method

获取函数。

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

ReturnValue

指定位置的元素。

另见