// Assembly: mscorlib
// Full name: System.Collections.Stack

namespace System.Collections
{
public class Stack // TypeDefIndex: 4752
{
	// Fields
	type#13300 _array;
	type#20868 _size;
	type#20868 _version;
	type#23718 _syncRoot;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 initialCapacity) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	public virtual type#15313 get_IsSynchronized() { }
	// RVA: -1
	public virtual type#23705 get_SyncRoot() { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#23705 Clone() { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#14435 array, type#20867 index) { }
	// RVA: -1
	public virtual type#20073 GetEnumerator() { }
	// RVA: -1
	public virtual type#23705 Peek() { }
	// RVA: -1
	public virtual type#23705 Pop() { }
	// RVA: -1
	public virtual type#28660 Push(type#23705 obj) { }
}
}
