// Assembly: mscorlib
// Full name: IListWrapper

public class IListWrapper // TypeDefIndex: 4755
{
	// Fields
	type#20230 _list;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#20229 list) { }
	// 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_IsReadOnly() { }
	// RVA: -1
	public virtual type#15313 get_IsFixedSize() { }
	// RVA: -1
	public virtual type#15313 get_IsSynchronized() { }
	// 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 virtual type#23705 get_SyncRoot() { }
	// RVA: -1
	public virtual type#20867 Add(type#23705 obj) { }
	// 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 obj) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#14435 array, type#20867 index) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#20867 index, type#14435 array, type#20867 arrayIndex, type#20867 count) { }
	// 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 obj) { }
	// RVA: -1
	public virtual type#28660 InsertRange(type#20867 index, type#19906 c) { }
	// RVA: -1
	public virtual type#28660 Remove(type#23705 value) { }
	// 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#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) { }
}
