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