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