// Assembly: UnityEngine.TextCoreTextEngineModule
// Full name: UnityEngine.TextCore.Text.TextProcessingStack`1

namespace UnityEngine.TextCore.Text
{
public class TextProcessingStack`1 // TypeDefIndex: 10599
{
	// Fields
	type#12666 itemStack;
	type#20872 index;
	type#1377 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#12665 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#1376 get_current() { }
	// RVA: -1
	internal static type#28660 SetDefault(type#12765 stack, type#1376 item) { }
	// RVA: -1
	public type#28660 Clear() { }
	// RVA: -1
	public type#28660 SetDefault(type#1376 item) { }
	// RVA: -1
	public type#28660 Add(type#1376 item) { }
	// RVA: -1
	public type#1376 Remove() { }
	// RVA: -1
	public type#28660 Push(type#1376 item) { }
	// RVA: -1
	public type#1376 Pop() { }
	// RVA: -1
	public type#1376 Peek() { }
	// RVA: -1
	public type#1376 CurrentItem() { }
}
}
