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

namespace System.Text
{
public class InternalEncoderBestFitFallbackBuffer // TypeDefIndex: 3943
{
	// Fields
	type#15838 _cBestFit;
	type#20971 _oFallback;
	type#20868 _iCount;
	type#20868 _iSize;
	type#23710 s_InternalSyncObject;

	// Methods
	// RVA: -1
	private static type#23705 get_InternalSyncObject() { }
	// RVA: -1
	public type#28660 .ctor(type#20970 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() { }
	// RVA: -1
	private type#15837 TryBestFit(type#15837 cUnknown) { }
}
}
