EnumBuilder.GetEnumUnderlyingType メソッド

定義

列挙体のビルダーが定義されている場合に設定されている、現在の列挙体の基になる整数型を返します。

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

戻り値

Type

基になる型。

適用対象