EnumBuilder.GetEnumUnderlyingType 方法

定义

返回当前枚举的基础整数类型,该类型是于定义枚举生成器时设置的。

public:
 override Type ^ GetEnumUnderlyingType();
public override Type GetEnumUnderlyingType ();
override this.GetEnumUnderlyingType : unit -> Type
Public Overrides Function GetEnumUnderlyingType () As Type

返回

基础类型。

适用于