Share via


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

適用於