// Assembly: Unity.TextMeshPro
// Full name: TMPro.TMP_TextProcessingStack`1

namespace TMPro
{
public class TMP_TextProcessingStack`1 // TypeDefIndex: 9518
{
	// Fields
	type#12664 itemStack;
	type#20872 index;
	type#1366 m_DefaultItem;
	type#20868 m_Capacity;
	type#20868 m_RolloverSize;
	type#20868 m_Count;
	type#20892 k_DefaultCapacity;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#12663 stack) { }
	// RVA: -1
	public type#28660 .ctor(type#20867 capacity) { }
	// RVA: -1
	public type#28660 .ctor(type#20867 capacity, type#20867 rolloverSize) { }
	// RVA: -1
	public type#20867 get_Count() { }
	// RVA: -1
	public type#1365 get_current() { }
	// RVA: -1
	public type#20867 get_rolloverSize() { }
	// RVA: -1
	public type#28660 set_rolloverSize(type#20867 value) { }
	// RVA: -1
	internal static type#28660 SetDefault(type#12761 stack, type#1365 item) { }
	// RVA: -1
	public type#28660 Clear() { }
	// RVA: -1
	public type#28660 SetDefault(type#1365 item) { }
	// RVA: -1
	public type#28660 Add(type#1365 item) { }
	// RVA: -1
	public type#1365 Remove() { }
	// RVA: -1
	public type#28660 Push(type#1365 item) { }
	// RVA: -1
	public type#1365 Pop() { }
	// RVA: -1
	public type#1365 Peek() { }
	// RVA: -1
	public type#1365 CurrentItem() { }
	// RVA: -1
	public type#1365 PreviousItem() { }
}
}
