System::EnumValuesBase::GetUnderlyingType method

EnumValuesBase::GetUnderlyingType method

Returns the underlying type of the specified enumeration.

static const System::TypeInfo & System::EnumValuesBase::GetUnderlyingType(const TypeInfo &type)
ParameterTypeDescription
typeconst TypeInfo&The enumeration whose underlying type will be retrieved.

ReturnValue

The underlying type of enumType.

See Also