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