System::Collections::BitArray::Remove 方法
BitArray::Remove method
返回指定值的第一次出现。未实现。
bool System::Collections::BitArray::Remove(const bool &item) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 项 | const bool& | 要删除的值。 |
ReturnValue
如果找到并删除值则为 true,否则为 false。
另见
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++