// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.DropdownMenu

namespace UnityEngine.UIElements
{
public class DropdownMenu // TypeDefIndex: 5457
{
	// Fields
	type#8534 m_MenuItems;
	type#17506 m_DropdownMenuEventInfo;

	// Methods
	// RVA: -1
	internal type#20867 get_Count() { }
	// RVA: -1
	public type#8533 MenuItems() { }
	// RVA: -1
	public type#28660 AppendAction(type#26576 actionName, type#3147 action, type#5718 actionStatusCallback, type#23719 userData) { }
	// RVA: -1
	public type#28660 AppendAction(type#26576 actionName, type#3147 action, type#30948 status) { }
	// RVA: -1
	public type#28660 AppendSeparator(type#26596 subMenuPath) { }
	// RVA: -1
	public type#28660 InsertSeparator(type#26576 subMenuPath, type#20867 atIndex) { }
	// RVA: -1
	public type#28660 PrepareForDisplay(type#17965 e) { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
