System::Collections::Concurrent::ConcurrentDictionary::Remove yöntemi

ConcurrentDictionary::Remove method

Kapsayıcıdan öğeyi kaldırır.

virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
ParametreTürAçıklama
anahtarconst TKey&Öğenin kaldırılacağı anahtar.

ReturnValue

Öğe bulundu ve kaldırıldıysa doğru, aksi takdirde yanlış.

Ayrıca Bakınız