System::Collections::Generic::IKVCollection::Remove-Methode
IKVCollection::Remove method
Entfernt ein Element aus dem Container.
virtual bool System::Collections::Generic::IKVCollection<T>::Remove(const T &item) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Element | const T& | Zu entfernendes Element. |
ReturnValue
True, wenn das Element gefunden und entfernt wurde, sonst false.
Siehe auch
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Font for C++