EnumBuilder.GetEnumUnderlyingType 方法

定義

傳回目前列舉的基礎整數類型,這是在定義列舉產生器時所設定的。

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

傳回

Type

基礎類型。

適用於