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 物件的參考。

適用於

另請參閱