ConstructorBuilder.MethodImplementationFlags プロパティ

定義

メソッド実装の属性を指定する MethodImplAttributes フラグを取得します。

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

プロパティ値

メソッド実装フラグ。

適用対象