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 對象的參考。

適用於

另請參閱