System::BoxedValue::GetType method

BoxedValue::GetType method

Gets actual type of object.

const System::TypeInfo & System::BoxedValue<T>::GetType() const override

ReturnValue

TypeInfo object which describes final type.

See Also