System::Collections::BitArray::Add 方法
BitArray::Add method
在容器末尾添加值。
void System::Collections::BitArray::Add(const bool &item) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 项 | const bool& | 要压入的值。 |
另见
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++
在容器末尾添加值。
void System::Collections::BitArray::Add(const bool &item) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 项 | const bool& | 要压入的值。 |