ConstructorBuilder.ReflectedType プロパティ

定義

このオブジェクトの取得元となった 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

プロパティ値

Typeこのオブジェクトの取得元のオブジェクト。

注釈

オブジェクトは ConstructorBuilder 、特定のクラスのコンストラクターを表します。 オブジェクトを ConstructorInfo 取得するために、コンストラクターを Type サポートするクラスを表す オブジェクトに対してクエリが実行されます。 このプロパティは、その Type オブジェクトへの参照を保持します。

適用対象

こちらもご覧ください