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

namespace System.Collections.Generic
{
public class ArrayBuilder`1 // TypeDefIndex: 4830
{
	// Fields
	type#12598 _array;
	type#20868 _count;

	// Methods
	// RVA: -1
	public type#20867 get_Capacity() { }
	// RVA: -1
	public type#20867 get_Count() { }
	// RVA: -1
	public type#991 get_Item(type#20867 index) { }
	// RVA: -1
	public type#28660 Add(type#991 item) { }
	// RVA: -1
	public type#28660 UncheckedAdd(type#991 item) { }
	// RVA: -1
	private type#28660 EnsureCapacity(type#20867 minimum) { }
}
}
