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

namespace System.Collections.Generic
{
public class IList`1 // TypeDefIndex: 4820
{

	// Methods
	// RVA: -1
	public abstract type#1179 get_Item(type#20867 index) { }
	// RVA: -1
	public abstract type#28660 set_Item(type#20867 index, type#1179 value) { }
	// RVA: -1
	public abstract type#20867 IndexOf(type#1179 item) { }
	// RVA: -1
	public abstract type#28660 Insert(type#20867 index, type#1179 item) { }
	// RVA: -1
	public abstract type#28660 RemoveAt(type#20867 index) { }
}
}
