System::Collections::Concurrent::ConcurrentDictionary::Remove method

ConcurrentDictionary::Remove method

Konteynerden öğeyi kaldırır.

virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
ParameterTypeAçıklama
anahtarconst TKey&Elemanın kaldırılacağı anahtar.

ReturnValue

Eleman bulunup kaldırıldıysa doğru, aksi takdirde yanlış.

Ayrıca Bakınız