ConstructorBuilder.SetImplementationFlagsCore(MethodImplAttributes) Method

Definition

When overridden in a derived class, sets the method implementation flags for this constructor.

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)

Parameters

attributes
MethodImplAttributes

A bitwise combination of the enumeration values that specifies how the method is implemented.

Applies to