ConstructorBuilder.SetImplementationFlagsCore(MethodImplAttributes) Metod

Definition

När den åsidosättas i en härledd klass anger du metodimplementeringsflaggor för den här konstruktorn.

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)

Parametrar

attributes
MethodImplAttributes

En bitvis kombination av uppräkningsvärdena som anger hur metoden implementeras.

Gäller för