TypeBuilder.BaseType プロパティ

定義

この型の基本データ型を取得します。

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

プロパティ値

読み取り専用です。 この型の基本データ型を取得します。

適用対象