System::Collections::Generic::IDictionary::idx_get 方法

IDictionary::idx_get method

获取函数。

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::idx_get(const TKey &key) const =0
参数类型描述
const TKey&要查找的键。

ReturnValue

指定键的值。

另见