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

適用対象