System::Collections::Generic::BaseDictionary::Add method

BaseDictionary::Add method

Adds key-value pair into dictionary.

void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override
ParameterTypeDescription
keyconst key_t&Key to insert value for.
valueconst mapped_t&Value to insert.

See Also