System::Collections::Generic::BaseDictionary::Add‑metod

BaseDictionary::Add method

Lägger till nyckel-värde-par i dictionary.

void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override
ParameterTypeBeskrivning
nyckelconst key_t&Nyckel att infoga värde för.
valueconst mapped_t&Värde att infoga.

Se även