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

namespace System.IO
{
public class TextReader // TypeDefIndex: 4905
{
	// Fields
	type#27264 Null;

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public virtual type#28660 Close() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// 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#12899 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#26576 ReadToEnd() { }
	// RVA: -1
	public virtual type#26576 ReadLine() { }
	// RVA: -1
	public static type#27257 Synchronized(type#27257 reader) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
