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