System::Collections::Generic::BaseDictionary::Remove method

BaseDictionary::Remove method

Removes specific key from dictionary.

bool System::Collections::Generic::BaseDictionary<Map>::Remove(const key_t &key) override
ParameterTypeDescription
keyconst key_t&Key to remove.

ReturnValue

true if key was found and removed, false otherwise.

See Also