System::Collections::Generic::IDictionary::Remove methode
IDictionary::Remove method
Verwijdert sleutel uit de container.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | const TKey& | Sleutel om te verwijderen. |
ReturnValue
True als de sleutel werd gevonden en verwijderd, false anders.
Zie ook
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++