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

BaseDictionary::operator[] method

访问器函数。

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

ReturnValue

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

另见