System::Collections::ObjectModel::KeyedCollection::idx_get 方法

KeyedCollection::idx_get method

获取特定索引处的项。

TItem System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::idx_get(TKey key)
参数类型描述
TKey要查找的键。

ReturnValue

键值的副本。

另见