// Assembly: mscorlib
// Full name: System.IO.StringWriter

namespace System.IO
{
public class StringWriter // TypeDefIndex: 4944
{
	// Fields
	type#28028 m_encoding;
	type#26606 _sb;
	type#15314 _isOpen;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#20119 formatProvider) { }
	// RVA: -1
	public type#28660 .ctor(type#26605 sb) { }
	// RVA: -1
	public type#28660 .ctor(type#26605 sb, type#20119 formatProvider) { }
	// RVA: -1
	public virtual type#28660 Close() { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public virtual type#17811 get_Encoding() { }
	// RVA: -1
	public virtual type#28660 Write(type#15837 value) { }
	// RVA: -1
	public virtual type#28660 Write(type#12899 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#28660 Write(type#26576 value) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
