// Assembly: mscorlib
// Full name: System.Collections.Generic.Queue`1

namespace System.Collections.Generic
{
public class Queue`1 // TypeDefIndex: 4838
{
	// Fields
	type#12651 _array;
	type#20868 _head;
	type#20868 _tail;
	type#20868 _size;
	type#20868 _version;
	type#23718 _syncRoot;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 capacity) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	private virtual type#15313 System.Collections.ICollection.get_IsSynchronized() { }
	// RVA: -1
	private virtual type#23705 System.Collections.ICollection.get_SyncRoot() { }
	// RVA: -1
	public type#28660 Clear() { }
	// RVA: -1
	private virtual type#28660 System.Collections.ICollection.CopyTo(type#14435 array, type#20867 index) { }
	// RVA: -1
	public type#28660 Enqueue(type#1320 item) { }
	// RVA: -1
	private virtual type#6751 System.Collections.Generic.IEnumerable<T>.GetEnumerator() { }
	// RVA: -1
	private virtual type#20073 System.Collections.IEnumerable.GetEnumerator() { }
	// RVA: -1
	public type#1320 Dequeue() { }
	// RVA: -1
	public type#1320 Peek() { }
	// RVA: -1
	public type#12650 ToArray() { }
	// RVA: -1
	private type#28660 SetCapacity(type#20867 capacity) { }
	// RVA: -1
	private type#28660 MoveNext(type#11942 index) { }
	// RVA: -1
	private type#28660 ThrowForEmptyQueue() { }
}
}
