System::Collections::Concurrent::ConcurrentDictionary::Remove metode
ConcurrentDictionary::Remove method
Menghapus elemen dari wadah.
virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | const TKey& | Kunci untuk menghapus elemen pada. |
ReturnValue
Benar jika elemen ditemukan dan dihapus, salah jika tidak.
Lihat Juga
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++