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

ConcurrentDictionary::Remove method

从容器中移除元素。

virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
ParameterType描述
const TKey&要移除元素的键。

ReturnValue

如果找到并移除元素则为 true,否则为 false。

另见