// Assembly: mscorlib
// Full name: System.Text.ValueStringBuilder

namespace System.Text
{
public class ValueStringBuilder // TypeDefIndex: 3971
{
	// Fields
	type#12900 _arrayToReturnToPool;
	type#10219 _chars;
	type#20868 _pos;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#10218 initialBuffer) { }
	// RVA: -1
	public type#20867 get_Length() { }
	// RVA: -1
	public type#11804 get_Item(type#20867 index) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#15313 TryCopyTo(type#10218 destination, type#11944 charsWritten) { }
	// RVA: -1
	public type#28660 Append(type#15837 c) { }
	// RVA: -1
	public type#28660 Append(type#26576 s) { }
	// RVA: -1
	private type#28660 AppendSlow(type#26576 s) { }
	// RVA: -1
	public type#28660 Append(type#15837 c, type#20867 count) { }
	// RVA: -1
	public type#28660 Append(type#12384 value, type#20867 length) { }
	// RVA: -1
	public type#10218 AppendSpan(type#20867 length) { }
	// RVA: -1
	private type#28660 GrowAndAppend(type#15837 c) { }
	// RVA: -1
	private type#28660 Grow(type#20867 requiredAdditionalCapacity) { }
	// RVA: -1
	public type#28660 Dispose() { }
}
}
