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

namespace System.Collections
{
public class IList // TypeDefIndex: 4728
{

	// Methods
	// RVA: -1
	public abstract type#23705 get_Item(type#20867 index) { }
	// RVA: -1
	public abstract type#28660 set_Item(type#20867 index, type#23705 value) { }
	// RVA: -1
	public abstract type#20867 Add(type#23705 value) { }
	// RVA: -1
	public abstract type#15313 Contains(type#23705 value) { }
	// RVA: -1
	public abstract type#28660 Clear() { }
	// RVA: -1
	public abstract type#15313 get_IsReadOnly() { }
	// RVA: -1
	public abstract type#15313 get_IsFixedSize() { }
	// RVA: -1
	public abstract type#20867 IndexOf(type#23705 value) { }
	// RVA: -1
	public abstract type#28660 Insert(type#20867 index, type#23705 value) { }
	// RVA: -1
	public abstract type#28660 Remove(type#23705 value) { }
	// RVA: -1
	public abstract type#28660 RemoveAt(type#20867 index) { }
}
}
