Type.GetEnumUnderlyingType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前枚举类型的基础类型。
public:
virtual Type ^ GetEnumUnderlyingType();
public virtual Type GetEnumUnderlyingType ();
abstract member GetEnumUnderlyingType : unit -> Type
override this.GetEnumUnderlyingType : unit -> Type
Public Overridable Function GetEnumUnderlyingType () As Type
返回
当前枚举的基础类型。
例外
注解
默认情况下,c # 和 Visual Basic 中的枚举的基础类型是 Int32 。 可以指定其他整数类型。