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