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

namespace System.Reflection
{
public class MethodAttributes // TypeDefIndex: 4535
{
	// Fields
	type#20890 value__;
	type#22673 MemberAccessMask;
	type#22673 PrivateScope;
	type#22673 Private;
	type#22673 FamANDAssem;
	type#22673 Assembly;
	type#22673 Family;
	type#22673 FamORAssem;
	type#22673 Public;
	type#22673 Static;
	type#22673 Final;
	type#22673 Virtual;
	type#22673 HideBySig;
	type#22673 CheckAccessOnOverride;
	type#22673 VtableLayoutMask;
	type#22673 ReuseSlot;
	type#22673 NewSlot;
	type#22673 Abstract;
	type#22673 SpecialName;
	type#22673 PinvokeImpl;
	type#22673 UnmanagedExport;
	type#22673 RTSpecialName;
	type#22673 HasSecurity;
	type#22673 RequireSecObject;
	type#22673 ReservedMask;
}
}
