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

namespace System.Reflection
{
public class PropertyAttributes // TypeDefIndex: 4547
{
	// Fields
	type#20890 value__;
	type#24754 None;
	type#24754 SpecialName;
	type#24754 RTSpecialName;
	type#24754 HasDefault;
	type#24754 Reserved2;
	type#24754 Reserved3;
	type#24754 Reserved4;
	type#24754 ReservedMask;
}
}
