System::Collections::Concurrent::ConcurrentDictionary::Remove method
ConcurrentDictionary::Remove method
컨테이너에서 요소를 제거합니다.
virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const TKey& | 요소를 제거할 키. |
ReturnValue
요소가 발견되어 제거되면 true, 그렇지 않으면 false.
또 보기
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++