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