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

namespace System.IO
{
public class StringReader // TypeDefIndex: 4943
{
	// Fields
	type#26577 _s;
	type#20868 _pos;
	type#20868 _length;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 s) { }
	// RVA: -1
	public virtual type#28660 Close() { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public virtual type#20867 Peek() { }
	// RVA: -1
	public virtual type#20867 Read() { }
	// RVA: -1
	public virtual type#20867 Read(type#12901 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#26576 ReadToEnd() { }
	// RVA: -1
	public virtual type#26576 ReadLine() { }
}
}
