// Assembly: mscorlib
// Full name: System.Collections.Generic.LowLevelList`1

namespace System.Collections.Generic
{
public class LowLevelList`1 // TypeDefIndex: 4845
{
	// Fields
	type#12633 _items;
	type#20870 _size;
	type#20870 _version;
	type#12634 s_emptyArray;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20867 capacity) { }
	// RVA: -1
	public type#20867 get_Capacity() { }
	// RVA: -1
	public type#28660 set_Capacity(type#20867 value) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	public virtual type#1254 get_Item(type#20867 index) { }
	// RVA: -1
	public virtual type#28660 set_Item(type#20867 index, type#1254 value) { }
	// RVA: -1
	public virtual type#28660 Add(type#1254 item) { }
	// RVA: -1
	private type#28660 EnsureCapacity(type#20867 min) { }
	// RVA: -1
	public type#28660 AddRange(type#6530 collection) { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#15313 Contains(type#1254 item) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#12632 array, type#20867 arrayIndex) { }
	// RVA: -1
	public virtual type#20867 IndexOf(type#1254 item) { }
	// RVA: -1
	public virtual type#28660 Insert(type#20867 index, type#1254 item) { }
	// RVA: -1
	public type#28660 InsertRange(type#20867 index, type#6530 collection) { }
	// RVA: -1
	public virtual type#15313 Remove(type#1254 item) { }
	// RVA: -1
	public type#20867 RemoveAll(type#9874 match) { }
	// RVA: -1
	public virtual type#28660 RemoveAt(type#20867 index) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
