Metodo System::Collections::Generic::IDictionary::Remove
IDictionary::Remove method
Rimuove la chiave dal contenitore.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const TKey& | Chiave da rimuovere. |
ReturnValue
True se la chiave è stata trovata e rimossa, false altrimenti.
Vedi anche
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++