ConstructorBuilder.CallingConvention 屬性

定義

會得到 CallingConventions 一個取決於宣告類型是否為通用型別的值。

public:
 virtual property System::Reflection::CallingConventions CallingConvention { System::Reflection::CallingConventions get(); };
public override System.Reflection.CallingConventions CallingConvention { get; }
member this.CallingConvention : System.Reflection.CallingConventions
Public Overrides ReadOnly Property CallingConvention As CallingConventions

屬性值

HasThis如果宣告類型是通用型;否則,。 Standard

適用於