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

namespace System.Collections.Generic
{
public class ValueListBuilder`1 // TypeDefIndex: 4829
{
	// Fields
	type#10215 _span;
	type#12670 _arrayFromPool;
	type#20868 _pos;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#10214 initialSpan) { }
	// RVA: -1
	public type#20867 get_Length() { }
	// RVA: -1
	public type#28660 Append(type#1439 item) { }
	// RVA: -1
	public type#10090 AsSpan() { }
	// RVA: -1
	public type#28660 Dispose() { }
	// RVA: -1
	private type#28660 Grow() { }
}
}
