EnumBuilder.BaseType プロパティ

定義

この型の親 Type (常に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

プロパティ値

Type

読み取り専用です。 この型の親 Type

適用対象