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

ICollection::Remove method

يحذف العنصر من المجموعة.

virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
معاملنوعالوصف
itemconst T&العنصر المراد إزالته.

ReturnValue

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

انظر أيضًا