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