System::Collections::Concurrent::ConcurrentDictionary::Remove method
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 en la que eliminar el elemento. |
ReturnValue
True si el elemento fue encontrado y eliminado, false en caso contrario.
Ver también
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.PDF for C++