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

namespace System.Collections
{
public class BitArray // TypeDefIndex: 4754
{
	// Fields
	type#13151 m_array;
	type#20868 m_length;
	type#20868 _version;
	type#23718 _syncRoot;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#20867 length) { }
	// RVA: -1
	public type#28660 .ctor(type#20867 length, type#15313 defaultValue) { }
	// RVA: -1
	public type#28660 .ctor(type#15274 bits) { }
	// RVA: -1
	public type#15313 get_Item(type#20867 index) { }
	// RVA: -1
	public type#28660 set_Item(type#20867 index, type#15313 value) { }
	// RVA: -1
	public type#15313 Get(type#20867 index) { }
	// RVA: -1
	public type#28660 Set(type#20867 index, type#15313 value) { }
	// RVA: -1
	public type#20867 get_Length() { }
	// RVA: -1
	public type#28660 set_Length(type#20867 value) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#14435 array, type#20867 index) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	public virtual type#23705 get_SyncRoot() { }
	// RVA: -1
	public virtual type#15313 get_IsSynchronized() { }
	// RVA: -1
	public virtual type#23705 Clone() { }
	// RVA: -1
	public virtual type#20073 GetEnumerator() { }
	// RVA: -1
	private static type#20867 GetArrayLength(type#20867 n, type#20867 div) { }
}
}
