System::Collections::Generic::IDictionary::Remove method
IDictionary::Remove method
Removes key from container.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
Parameter | Type | Description |
---|---|---|
key | const TKey& | Key to remove. |
ReturnValue
True if key was found and removed, false otherwise.
See Also
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++