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