// Assembly: System.Data
// Full name: System.Data.DataRowCollection

namespace System.Data
{
public class DataRowCollection // TypeDefIndex: 8358
{
	// Fields
	type#16969 _table;
	type#30769 _list;
	type#20869 _nullInList;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#16965 table) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	public type#16926 get_Item(type#20867 index) { }
	// RVA: -1
	public type#28660 Add(type#16926 row) { }
	// RVA: -1
	internal type#28660 DiffInsertAt(type#16926 row, type#20867 pos) { }
	// RVA: -1
	public type#20867 IndexOf(type#16926 row) { }
	// RVA: -1
	internal type#16926 AddWithColumnEvents(type#13299 values) { }
	// RVA: -1
	internal type#28660 ArrayAdd(type#16926 row) { }
	// RVA: -1
	internal type#28660 ArrayInsert(type#16926 row, type#20867 pos) { }
	// RVA: -1
	internal type#28660 ArrayClear() { }
	// RVA: -1
	internal type#28660 ArrayRemove(type#16926 row) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#14435 ar, type#20867 index) { }
	// RVA: -1
	public type#28660 CopyTo(type#12968 array, type#20867 index) { }
	// RVA: -1
	public virtual type#20073 GetEnumerator() { }
}
}
