System::Collections::Generic::BaseSet::Remove 方法
BaseSet::Remove method
从集合中移除元素。
bool System::Collections::Generic::BaseSet<T, SET_T>::Remove(const T &item) override
| Parameter | Type | 描述 |
|---|---|---|
| item | const T& | 要移除的元素。 |
ReturnValue
如果找到并删除了元素则返回 true,否则返回 false。
另见
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++