ConstructorBuilder.SetImplementationFlagsCore(MethodImplAttributes) 方法

定義

當在衍生類別中被覆寫時,會為此建構子設定方法實作旗標。

protected:
 abstract void SetImplementationFlagsCore(System::Reflection::MethodImplAttributes attributes);
protected abstract void SetImplementationFlagsCore(System.Reflection.MethodImplAttributes attributes);
abstract member SetImplementationFlagsCore : System.Reflection.MethodImplAttributes -> unit
Protected MustOverride Sub SetImplementationFlagsCore (attributes As MethodImplAttributes)

參數

attributes
MethodImplAttributes

一個位元組合的列舉值,用來指定方法的實作方式。

適用於