System::Collections::Generic::BaseDictionary::operator[] method

BaseDictionary::operator[] method

Fungsi accessor.

virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
ParameterTipeDeskripsi
keyconst key_t&Dictionary kunci untuk diakses.

ReturnValue

Referensi ke nilai yang ada (atau dibuat) yang diberi kunci oleh key.

Lihat Juga