Remove()

ConcurrentDictionary::Remove(const TKey&) method

Removes element from container.

virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override

Arguments

ParameterTypeDescription
keyconst TKey&Key to remove element at.

Return Value

True if element was found and removed, false otherwise.

See Also