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

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

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#17809 fallback) { }
	// RVA: -1
	public virtual type#15313 Fallback(type#15837 charUnknown, type#20867 index) { }
	// RVA: -1
	public virtual type#15313 Fallback(type#15837 charUnknownHigh, type#15837 charUnknownLow, type#20867 index) { }
	// RVA: -1
	public virtual type#15837 GetNextChar() { }
	// RVA: -1
	public virtual type#15313 MovePrevious() { }
	// RVA: -1
	public virtual type#20867 get_Remaining() { }
	// RVA: -1
	public virtual type#28660 Reset() { }
}
}
