// Assembly: mscorlib
// Full name: System.Runtime.Serialization.Formatters.Binary.SerStack

namespace System.Runtime.Serialization.Formatters.Binary
{
public class SerStack // TypeDefIndex: 4352
{
	// Fields
	type#13301 objects;
	type#26578 stackId;
	type#20869 top;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#26576 stackId) { }
	// RVA: -1
	internal type#28660 Push(type#23705 obj) { }
	// RVA: -1
	internal type#23705 Pop() { }
	// RVA: -1
	internal type#28660 IncreaseCapacity() { }
	// RVA: -1
	internal type#23705 Peek() { }
	// RVA: -1
	internal type#23705 PeekPeek() { }
	// RVA: -1
	internal type#15313 IsEmpty() { }
}
}
