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

namespace System.Collections
{
public class ICollection // TypeDefIndex: 4721
{

	// Methods
	// RVA: -1
	public abstract type#28660 CopyTo(type#14435 array, type#20867 index) { }
	// RVA: -1
	public abstract type#20867 get_Count() { }
	// RVA: -1
	public abstract type#23705 get_SyncRoot() { }
	// RVA: -1
	public abstract type#15313 get_IsSynchronized() { }
}
}
