// Assembly: mscorlib
// Full name: QueueSegment

public class QueueSegment // TypeDefIndex: 3812
{
	// Fields
	type#13131 nodes;
	type#20868 indexes;
	type#34133 Next;

	// Methods
	// RVA: -1
	private type#28660 GetIndexes(type#11944 upper, type#11944 lower) { }
	// RVA: -1
	private type#15313 CompareExchangeIndexes(type#11942 prevUpper, type#20867 newUpper, type#11942 prevLower, type#20867 newLower) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#15313 IsUsedUp() { }
	// RVA: -1
	public type#15313 TryEnqueue(type#20574 node) { }
	// RVA: -1
	public type#15313 TryDequeue(type#11935 node) { }
}
