GenericTypeParameterBuilder.ReflectedType プロパティ

定義

GenericTypeParameterBuilder を取得するために使用した Type オブジェクトを取得します。

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

プロパティ値

GenericTypeParameterBuilder を取得するために使用した Type オブジェクト。

適用対象