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