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

namespace System.Text
{
public class UTF32Encoding // TypeDefIndex: 3959
{
	// Fields
	type#27965 s_default;
	type#27965 s_bigEndianDefault;
	type#12870 s_bigEndianPreamble;
	type#12870 s_littleEndianPreamble;
	type#15314 _emitUTF32ByteOrderMark;
	type#15314 _isThrowException;
	type#15314 _bigEndian;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#15313 bigEndian, type#15313 byteOrderMark) { }
	// RVA: -1
	public type#28660 .ctor(type#15313 bigEndian, type#15313 byteOrderMark, type#15313 throwOnInvalidCharacters) { }
	// 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 s) { }
	// RVA: -1
	public virtual type#20867 GetByteCount(type#12384 chars, type#20867 count) { }
	// RVA: -1
	public virtual type#20867 GetBytes(type#26576 s, 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 index, type#20867 count) { }
	// RVA: -1
	internal virtual type#20867 GetByteCount(type#12384 chars, type#20867 count, 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 baseDecoder) { }
	// RVA: -1
	internal virtual type#20867 GetChars(type#12376 bytes, type#20867 byteCount, type#12384 chars, type#20867 charCount, type#17183 baseDecoder) { }
	// RVA: -1
	private type#27917 GetSurrogate(type#15837 cHigh, type#15837 cLow) { }
	// RVA: -1
	private type#15837 GetHighSurrogate(type#27917 iChar) { }
	// RVA: -1
	private type#15837 GetLowSurrogate(type#27917 iChar) { }
	// RVA: -1
	public virtual type#17171 GetDecoder() { }
	// RVA: -1
	public virtual type#17795 GetEncoder() { }
	// 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#12860 GetPreamble() { }
	// RVA: -1
	public virtual type#10091 get_Preamble() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 value) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
