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

namespace System.Reflection
{
public class FieldAttributes // TypeDefIndex: 4525
{
	// Fields
	type#20890 value__;
	type#18468 FieldAccessMask;
	type#18468 PrivateScope;
	type#18468 Private;
	type#18468 FamANDAssem;
	type#18468 Assembly;
	type#18468 Family;
	type#18468 FamORAssem;
	type#18468 Public;
	type#18468 Static;
	type#18468 InitOnly;
	type#18468 Literal;
	type#18468 NotSerialized;
	type#18468 SpecialName;
	type#18468 PinvokeImpl;
	type#18468 RTSpecialName;
	type#18468 HasFieldMarshal;
	type#18468 HasDefault;
	type#18468 HasFieldRVA;
	type#18468 ReservedMask;
}
}
