System::Collections::Generic::BaseDictionary::operator[] 方法

BaseDictionary::operator[] method

访问器函数。

virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
参数类型描述
keyconst key_t&Dictionary 键用于访问。

ReturnValue

对已存在(或已创建)的由 key 键索引的值的引用。

另见