System::TypeInfo::BoxedValueType 方法

TypeInfo::BoxedValueType method

TypeInfo 提供唯一的结构,用于 BoxedValue 类型,以便由多个 Boxed* 类共享。

template<class T> static const TypeInfo & System::TypeInfo::BoxedValueType()
参数描述
T用于保存 TypeInfo 结构的类型。

ReturnValue

TypeInfo structure which is unique per class.

另见