System::BoxedValue::BoxedValue 构造函数
BoxedValue::BoxedValue constructor
构造一个表示指定装箱值的对象。
System::BoxedValue<T>::BoxedValue(const T &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const T& | 要装箱的值 |
另见
- Class BoxedValue
- Namespace System
- Library Aspose.Font for C++
构造一个表示指定装箱值的对象。
System::BoxedValue<T>::BoxedValue(const T &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const T& | 要装箱的值 |