ConstructorBuilder.SetImplementationFlagsCore(MethodImplAttributes) Metoda

Definice

Při přepsání v odvozené třídě nastaví příznaky implementace metody pro tento konstruktor.

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)

Parametry

attributes
MethodImplAttributes

Bitové kombinace hodnot výčtu, která určuje, jak je metoda implementována.

Platí pro