ConstructorBuilder.ReflectedType プロパティ

定義

このオブジェクトが取得された Type オブジェクトへの参照を保持します。

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

プロパティ値

このオブジェクトが取得された Type オブジェクト。

注釈

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

適用対象

こちらもご覧ください