System::Collections::Generic::BaseDictionary::idx_get 方法

BaseDictionary::idx_get method

带键的获取函数。

mapped_t System::Collections::Generic::BaseDictionary<Map>::idx_get(const key_t &key) const override
参数类型描述
const key_t&获取值的键。

ReturnValue

key 位置的元素副本。

另见