Add()

BaseDictionary::Add(const key_t&, const mapped_t&) method

Adds key-value pair into dictionary.

void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override

Arguments

ParameterTypeDescription
keyconst key_t&Key to insert value for.
valueconst mapped_t&Value to insert.

See Also