System::Collections::BitArray::Reference::operator= 方法
Reference::operator=(bool) method
设置引用位的值。
Reference & System::Collections::BitArray::Reference::operator=(bool value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | bool | 用于设置。 |
ReturnValue
此引用。
另见
- Class Reference
- Class Reference
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++
Reference::operator=(const Reference&) method
复制位的值。
Reference & System::Collections::BitArray::Reference::operator=(const Reference &reference)
| 参数 | 类型 | 描述 |
|---|---|---|
| reference | const Reference& | Reference 到源位。 |
ReturnValue
此引用。
另见
- Class Reference
- Class Reference
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++