Sets the method implementation flags for this constructor.
[Visual Basic] Public Sub SetImplementationFlags( _ ByVal attributes As MethodImplAttributes _ ) [C#] public void SetImplementationFlags( MethodImplAttributes attributes ); [C++] public: void SetImplementationFlags( MethodImplAttributes attributes ); [JScript] public function SetImplementationFlags( attributes : MethodImplAttributes );
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace