// Assembly: mscorlib
// Full name: System.Reflection.MethodImplAttributes

namespace System.Reflection
{
public class MethodImplAttributes // TypeDefIndex: 4537
{
	// Fields
	type#20890 value__;
	type#22691 CodeTypeMask;
	type#22691 IL;
	type#22691 Native;
	type#22691 OPTIL;
	type#22691 Runtime;
	type#22691 ManagedMask;
	type#22691 Unmanaged;
	type#22691 Managed;
	type#22691 ForwardRef;
	type#22691 PreserveSig;
	type#22691 InternalCall;
	type#22691 Synchronized;
	type#22691 NoInlining;
	type#22691 AggressiveInlining;
	type#22691 NoOptimization;
	type#22691 MaxMethodImplVal;
	type#22691 SecurityMitigations;
}
}
