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