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

BaseDictionary::operator[] method

Åtkomstfunktion.

virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
ParameterTypeBeskrivning
keyconst key_t&Dictionary nyckel för åtkomst.

ReturnValue

Referens till befintligt (eller skapat) värde som nyckelats med key.

Se även