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

namespace System.Text
{
public class ASCIIEncoding // TypeDefIndex: 3929
{
	// Fields
	type#29969 s_default;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	internal virtual type#28660 SetDefaultFallbacks() { }
	// RVA: -1
	public virtual type#20867 GetByteCount(type#12899 chars, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#20867 GetByteCount(type#26576 chars) { }
	// RVA: -1
	public virtual type#20867 GetByteCount(type#12384 chars, type#20867 count) { }
	// RVA: -1
	public virtual type#20867 GetBytes(type#26576 chars, type#20867 charIndex, type#20867 charCount, type#12860 bytes, type#20867 byteIndex) { }
	// RVA: -1
	public virtual type#20867 GetBytes(type#12899 chars, type#20867 charIndex, type#20867 charCount, type#12860 bytes, type#20867 byteIndex) { }
	// RVA: -1
	public virtual type#20867 GetBytes(type#12384 chars, type#20867 charCount, type#12376 bytes, type#20867 byteCount) { }
	// RVA: -1
	public virtual type#20867 GetCharCount(type#12860 bytes, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#20867 GetCharCount(type#12376 bytes, type#20867 count) { }
	// RVA: -1
	public virtual type#20867 GetChars(type#12860 bytes, type#20867 byteIndex, type#20867 byteCount, type#12899 chars, type#20867 charIndex) { }
	// RVA: -1
	public virtual type#20867 GetChars(type#12376 bytes, type#20867 byteCount, type#12384 chars, type#20867 charCount) { }
	// RVA: -1
	public virtual type#26576 GetString(type#12860 bytes, type#20867 byteIndex, type#20867 byteCount) { }
	// RVA: -1
	internal virtual type#20867 GetByteCount(type#12384 chars, type#20867 charCount, type#17806 encoder) { }
	// RVA: -1
	internal virtual type#20867 GetBytes(type#12384 chars, type#20867 charCount, type#12376 bytes, type#20867 byteCount, type#17806 encoder) { }
	// RVA: -1
	internal virtual type#20867 GetCharCount(type#12376 bytes, type#20867 count, type#17183 decoder) { }
	// RVA: -1
	internal virtual type#20867 GetChars(type#12376 bytes, type#20867 byteCount, type#12384 chars, type#20867 charCount, type#17183 decoder) { }
	// RVA: -1
	public virtual type#20867 GetMaxByteCount(type#20867 charCount) { }
	// RVA: -1
	public virtual type#20867 GetMaxCharCount(type#20867 byteCount) { }
	// RVA: -1
	public virtual type#17171 GetDecoder() { }
	// RVA: -1
	public virtual type#17795 GetEncoder() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
