System::Collections::Generic::IDictionary::Remove metodo
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
Vero se la chiave è stata trovata e rimossa, falso altrimenti.
Vedi anche
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++