System::Collections::Concurrent::ConcurrentDictionary::Remove método
ConcurrentDictionary::Remove method
Elimina el elemento del contenedor.
virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const TKey& | Clave para eliminar el elemento en. |
ReturnValue
Verdadero si el elemento fue encontrado y eliminado, falso en caso contrario.
Ver también
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++