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

BaseSet::Remove method

يزيل العنصر من المجموعة.

bool System::Collections::Generic::BaseSet<T, SET_T>::Remove(const T &item) override
معاملنوعالوصف
itemconst T&العنصر الذي سيُزال.

ReturnValue

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

انظر أيضًا