System.Reflection.Emit.ConstructorOnTypeBuilderInst.GetMethodImplementationFlags C# (CSharp) Method

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes
		public override MethodImplAttributes GetMethodImplementationFlags ()
		{
			return cb.GetMethodImplementationFlags ();
		}