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

BaseDictionary::operator[] method

Accessor function.

virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
ParameterTypeDescription
keyconst key_t&Dictionary key to access.

ReturnValue

Reference to existing (or created) value keyed by key.

See Also