// Assembly: System.Xml
// Full name: System.Xml.Schema.BitSet

namespace System.Xml.Schema
{
public class BitSet // TypeDefIndex: 6934
{
	// Fields
	type#20868 count;
	type#13558 bits;

	// Methods
	// RVA: -1
	private type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 count) { }
	// RVA: -1
	public type#20867 get_Count() { }
	// RVA: -1
	public type#15313 get_Item(type#20867 index) { }
	// RVA: -1
	public type#28660 Clear() { }
	// RVA: -1
	public type#28660 Set(type#20867 index) { }
	// RVA: -1
	public type#15313 Get(type#20867 index) { }
	// RVA: -1
	public type#20867 NextSet(type#20867 startFrom) { }
	// RVA: -1
	public type#28660 And(type#15279 other) { }
	// RVA: -1
	public type#28660 Or(type#15279 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public type#15279 Clone() { }
	// RVA: -1
	public type#15313 get_IsEmpty() { }
	// RVA: -1
	public type#15313 Intersects(type#15279 other) { }
	// RVA: -1
	private type#20867 Subscript(type#20867 bitIndex) { }
	// RVA: -1
	private type#28660 EnsureLength(type#20867 nRequiredLength) { }
}
}
