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