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 によってキー付けされた既存(または作成された)値への参照。

参照