System::Collections::Generic::BaseSet::Remove metodo
BaseSet::Remove method
Rimuove l’elemento dal set.
bool System::Collections::Generic::BaseSet<T, SET_T>::Remove(const T &item) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | const T& | Elemento da rimuovere. |
ReturnValue
Vero se l’elemento è stato trovato ed eliminato, falso altrimenti.
Vedi anche
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++