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

namespace System.Text
{
public class DecoderReplacementFallbackBuffer // TypeDefIndex: 3940
{
	// Fields
	type#26577 _strDefault;
	type#20868 _fallbackCount;
	type#20868 _fallbackIndex;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#17185 fallback) { }
	// RVA: -1
	public virtual type#15313 Fallback(type#12860 bytesUnknown, type#20867 index) { }
	// RVA: -1
	public virtual type#15837 GetNextChar() { }
	// RVA: -1
	public virtual type#20867 get_Remaining() { }
	// RVA: -1
	public virtual type#28660 Reset() { }
	// RVA: -1
	internal virtual type#20867 InternalFallback(type#12860 bytes, type#12376 pBytes) { }
}
}
