Remove()
KeyedCollection::Remove(TKey) method
Removes key from container.
bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
Arguments
Parameter | Type | Description |
---|---|---|
key | TKey | Key to remove. |
Return Value
True if key is found and removed, false otherwise.
See Also
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Slides