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