GetUnderlyingType()

EnumValuesBase::GetUnderlyingType(const TypeInfo&) method

Returns the underlying type of the specified enumeration.

static const System::TypeInfo & System::EnumValuesBase::GetUnderlyingType(const TypeInfo &type)

Arguments

ParameterTypeDescription
typeconst TypeInfo&The enumeration whose underlying type will be retrieved.

Return Value

The underlying type of enumType.

See Also