System::Collections::Concurrent::ConcurrentDictionary::Remove طريقة

ConcurrentDictionary::Remove method

يزيل العنصر من الحاوية.

virtual bool System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Remove(const TKey &key) override
معاملنوعالوصف
المفتاحconst TKey&المفتاح لإزالة العنصر عنده.

ReturnValue

صحيح إذا تم العثور على العنصر وإزالته، خطأ خلاف ذلك.

انظر أيضًا