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