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