ICustomAttributeTypeProvider<TType>.GetUnderlyingEnumType(TType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取给定的枚举类型符号的基础类型。
public:
System::Reflection::Metadata::PrimitiveTypeCode GetUnderlyingEnumType(TType type);
public System.Reflection.Metadata.PrimitiveTypeCode GetUnderlyingEnumType (TType type);
abstract member GetUnderlyingEnumType : 'ype -> System.Reflection.Metadata.PrimitiveTypeCode
Public Function GetUnderlyingEnumType (type As TType) As PrimitiveTypeCode
参数
- type
- TType
枚举类型。
返回
一个类型代码,它表示枚举的基础类型。
例外
给定的类型符号不表示枚举。