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

namespace System.Collections
{
public class ArrayList // TypeDefIndex: 4759
{
	// Fields
	type#13300 _items;
	type#20868 _size;
	type#20868 _version;
	type#23718 _syncRoot;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 capacity) { }
	// RVA: -1
	public type#28660 .ctor(type#19906 c) { }
	// RVA: -1
	public virtual type#28660 set_Capacity(type#20867 value) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	public virtual type#15313 get_IsFixedSize() { }
	// RVA: -1
	public virtual type#15313 get_IsReadOnly() { }
	// RVA: -1
	public virtual type#15313 get_IsSynchronized() { }
	// RVA: -1
	public virtual type#23705 get_SyncRoot() { }
	// RVA: -1
	public virtual type#23705 get_Item(type#20867 index) { }
	// RVA: -1
	public virtual type#28660 set_Item(type#20867 index, type#23705 value) { }
	// RVA: -1
	public static type#14448 Adapter(type#20229 list) { }
	// RVA: -1
	public virtual type#20867 Add(type#23705 value) { }
	// RVA: -1
	public virtual type#28660 AddRange(type#19906 c) { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#23705 Clone() { }
	// RVA: -1
	public virtual type#15313 Contains(type#23705 item) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#14435 array) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#14435 array, type#20867 arrayIndex) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#20867 index, type#14435 array, type#20867 arrayIndex, type#20867 count) { }
	// RVA: -1
	private type#28660 EnsureCapacity(type#20867 min) { }
	// RVA: -1
	public virtual type#20073 GetEnumerator() { }
	// RVA: -1
	public virtual type#20867 IndexOf(type#23705 value) { }
	// RVA: -1
	public virtual type#28660 Insert(type#20867 index, type#23705 value) { }
	// RVA: -1
	public virtual type#28660 InsertRange(type#20867 index, type#19906 c) { }
	// RVA: -1
	public static type#14448 ReadOnly(type#14448 list) { }
	// RVA: -1
	public virtual type#28660 Remove(type#23705 obj) { }
	// RVA: -1
	public virtual type#28660 RemoveAt(type#20867 index) { }
	// RVA: -1
	public virtual type#28660 RemoveRange(type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#28660 Sort(type#19923 comparer) { }
	// RVA: -1
	public virtual type#28660 Sort(type#20867 index, type#20867 count, type#19923 comparer) { }
	// RVA: -1
	public virtual type#13299 ToArray() { }
	// RVA: -1
	public virtual type#14435 ToArray(type#27705 type) { }
}
}
