PropertyBuilder.ReflectedType プロパティ

定義

MemberInfo のこのインスタンスを取得するために使用したクラス オブジェクトを取得します。

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

プロパティ値

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

適用対象