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 です。

適用対象