// Assembly: mscorlib
// Full name: System.Collections.ObjectModel.Collection`1

namespace System.Collections.ObjectModel
{
public class Collection`1 // TypeDefIndex: 4794
{
	// Fields
	type#7296 items;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#7295 list) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	protected type#7295 get_Items() { }
	// RVA: -1
	public virtual type#1044 get_Item(type#20867 index) { }
	// RVA: -1
	public virtual type#28660 set_Item(type#20867 index, type#1044 value) { }
	// RVA: -1
	public virtual type#28660 Add(type#1044 item) { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#12610 array, type#20867 index) { }
	// RVA: -1
	public virtual type#15313 Contains(type#1044 item) { }
	// RVA: -1
	public virtual type#6732 GetEnumerator() { }
	// RVA: -1
	public virtual type#20867 IndexOf(type#1044 item) { }
	// RVA: -1
	public virtual type#28660 Insert(type#20867 index, type#1044 item) { }
	// RVA: -1
	public virtual type#15313 Remove(type#1044 item) { }
	// RVA: -1
	public virtual type#28660 RemoveAt(type#20867 index) { }
	// RVA: -1
	protected virtual type#28660 ClearItems() { }
	// RVA: -1
	protected virtual type#28660 InsertItem(type#20867 index, type#1044 item) { }
	// RVA: -1
	protected virtual type#28660 RemoveItem(type#20867 index) { }
	// RVA: -1
	protected virtual type#28660 SetItem(type#20867 index, type#1044 item) { }
	// RVA: -1
	private virtual type#15313 System.Collections.Generic.ICollection<T>.get_IsReadOnly() { }
	// RVA: -1
	private virtual type#20073 System.Collections.IEnumerable.GetEnumerator() { }
	// RVA: -1
	private virtual type#15313 System.Collections.ICollection.get_IsSynchronized() { }
	// RVA: -1
	private virtual type#23705 System.Collections.ICollection.get_SyncRoot() { }
	// RVA: -1
	private virtual type#28660 System.Collections.ICollection.CopyTo(type#14435 array, type#20867 index) { }
	// RVA: -1
	private virtual type#23705 System.Collections.IList.get_Item(type#20867 index) { }
	// RVA: -1
	private virtual type#28660 System.Collections.IList.set_Item(type#20867 index, type#23705 value) { }
	// RVA: -1
	private virtual type#15313 System.Collections.IList.get_IsReadOnly() { }
	// RVA: -1
	private virtual type#15313 System.Collections.IList.get_IsFixedSize() { }
	// RVA: -1
	private virtual type#20867 System.Collections.IList.Add(type#23705 value) { }
	// RVA: -1
	private virtual type#15313 System.Collections.IList.Contains(type#23705 value) { }
	// RVA: -1
	private virtual type#20867 System.Collections.IList.IndexOf(type#23705 value) { }
	// RVA: -1
	private virtual type#28660 System.Collections.IList.Insert(type#20867 index, type#23705 value) { }
	// RVA: -1
	private virtual type#28660 System.Collections.IList.Remove(type#23705 value) { }
	// RVA: -1
	private static type#15313 IsCompatibleObject(type#23705 value) { }
}
}
