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

namespace System.Collections.Generic
{
public class ICollection`1 // TypeDefIndex: 4810
{

	// Methods
	// RVA: -1
	public abstract type#20867 get_Count() { }
	// RVA: -1
	public abstract type#15313 get_IsReadOnly() { }
	// RVA: -1
	public abstract type#28660 Add(type#1157 item) { }
	// RVA: -1
	public abstract type#28660 Clear() { }
	// RVA: -1
	public abstract type#15313 Contains(type#1157 item) { }
	// RVA: -1
	public abstract type#28660 CopyTo(type#12622 array, type#20867 arrayIndex) { }
	// RVA: -1
	public abstract type#15313 Remove(type#1157 item) { }
}
}
