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

GetMethodImplementationFlags() public method

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