EnumBuilder.GetEnumUnderlyingType Method

Definition

Returns the underlying integer type of the current enumeration, which is set when the enumeration builder is defined.

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

Returns

The underlying type.

Applies to