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

namespace System.Reflection
{
public class MonoPropertyInfo // TypeDefIndex: 4588
{
	// Fields
	type#27709 parent;
	type#27709 declaring_type;
	type#26581 name;
	type#22694 get_method;
	type#22694 set_method;
	type#24753 attrs;
}
}
