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

屬性值

方法實作旗標。

適用於