System::Collections::Concurrent::ConcurrentDictionary::Remove طريقة
ConcurrentDictionary::Remove method
يزيل العنصر من الحاوية.
virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | const TKey& | المفتاح لإزالة العنصر عنده. |
ReturnValue
صحيح إذا تم العثور على العنصر وإزالته، خطأ خلاف ذلك.
انظر أيضًا
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++