Metodo System::Collections::Generic::IKVCollection::Remove
IKVCollection::Remove method
Rimuove l’elemento dal contenitore.
virtual bool System::Collections::Generic::IKVCollection<T>::Remove(const T &item) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| item | const T& | Elemento da rimuovere. |
ReturnValue
True se l’elemento è stato trovato e rimosso, false altrimenti.
Vedi anche
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++