GetTypeCode()

BoxedValue::GetTypeCode() const method

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

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

Return Value

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

See Also