Remove()

BaseDictionary::Remove(const key_t&) method

Removes specific key from dictionary.

bool System::Collections::Generic::BaseDictionary<Map>::Remove(const key_t &key) override

Arguments

ParameterTypeDescription
keyconst key_t&Key to remove.

Return Value

true if key was found and removed, false otherwise.

See Also