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

ConcurrentDictionary::Remove method

컨테이너에서 요소를 제거합니다.

virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
매개변수형식설명
keyconst TKey&요소를 제거할 키.

ReturnValue

요소가 발견되어 제거되면 true, 그렇지 않으면 false.

또 보기