NewExpression.Constructor 屬性

定義

取得所呼叫的建構函式。

public:
 property System::Reflection::ConstructorInfo ^ Constructor { System::Reflection::ConstructorInfo ^ get(); };
public System.Reflection.ConstructorInfo Constructor { get; }
public System.Reflection.ConstructorInfo? Constructor { get; }
member this.Constructor : System.Reflection.ConstructorInfo
Public ReadOnly Property Constructor As ConstructorInfo

屬性值

代表所呼叫建構函式的 ConstructorInfo

適用於