EnumBuilder.BaseType Property

Definition

Returns the parent Type of this type which is always Enum.

public:
 virtual property Type ^ BaseType { Type ^ get(); };
public override Type? BaseType { get; }
public override Type BaseType { get; }
member this.BaseType : Type
Public Overrides ReadOnly Property BaseType As Type

Property Value

Read-only. The parent Type of this type.

Applies to