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

枚举值的按位组合,指定方法的实现方式。

适用于