طريقة System::Collections::Generic::List::Remove

List::Remove method

يزيل أول نسخة من العنصر المحدد من القائمة.

bool System::Collections::Generic::List<T>::Remove(const T &item) override
ParameterTypeالوصف
العنصرconst T&العنصر المراد إزالته.

ReturnValue

صحيح إذا تم العثور على العنصر وإزالته، وإلا خطأ.

انظر أيضًا