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

namespace System.Collections.Generic
{
public class LargeArrayBuilder`1 // TypeDefIndex: 4832
{
	// Fields
	type#20877 _maxCapacity;
	type#12627 _first;
	type#3624 _buffers;
	type#12627 _current;
	type#20868 _index;
	type#20868 _count;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#15313 initialize) { }
	// RVA: -1
	public type#28660 .ctor(type#20867 maxCapacity) { }
	// RVA: -1
	public type#28660 AddRange(type#6526 items) { }
	// RVA: -1
	private type#28660 AddWithBufferAllocation(type#1234 item, type#11699 destination, type#11942 index) { }
	// RVA: -1
	public type#28660 CopyTo(type#12626 array, type#20867 arrayIndex, type#20867 count) { }
	// RVA: -1
	public type#12626 GetBuffer(type#20867 index) { }
	// RVA: -1
	public type#12626 ToArray() { }
	// RVA: -1
	public type#15313 TryMove(type#11700 array) { }
	// RVA: -1
	private type#28660 AllocateBuffer() { }
}
}
