System::Collections::ObjectModel::KeyedCollection::Remove metodo
KeyedCollection::Remove method
Rimuove la chiave dal contenitore.
bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | TKey | Chiave da rimuovere. |
ReturnValue
Vero se la chiave è trovata e rimossa, falso altrimenti.
Vedi anche
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++