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
Parameter | Type | Description |
---|---|---|
key | const key_t& | Key to remove. |
Return Value
true if key was found and removed, false otherwise.
See Also
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Slides