// Assembly: System.Xml
// Full name: System.Xml.BitStack

namespace System.Xml
{
public class BitStack // TypeDefIndex: 6601
{
	// Fields
	type#13558 bitStack;
	type#20868 stackPos;
	type#27918 curr;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 PushBit(type#15313 bit) { }
	// RVA: -1
	public type#15313 PopBit() { }
	// RVA: -1
	public type#15313 PeekBit() { }
	// RVA: -1
	private type#28660 PushCurr() { }
	// RVA: -1
	private type#28660 PopCurr() { }
}
}
