operator[]()

BaseDictionary::operator[](const key_t&) method

Accessor function.

virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)

Arguments

ParameterTypeDescription
keyconst key_t&Dictionary key to access.

Return Value

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

See Also