System::TypeInfo::BoxedValueType method

TypeInfo::BoxedValueType method

Provides unique TypeInfo structure for BoxedValue type to be shared by multiple Boxed* classes.

template<class T> static const TypeInfo & System::TypeInfo::BoxedValueType()
ParameterDescription
TType to hold TypeInfo structure for.

ReturnValue

TypeInfo structure which is unique per class.

See Also