System::BoxedValue::GetTypeCode method

BoxedValue::GetTypeCode method

Returns the value representing the type of the boxed value represented by the current object.

TypeCode System::BoxedValue<T>::GetTypeCode() const override

ReturnValue

Value of TypeCode enum representing the type of the boxed value represented by the current object

See Also