EncoderFallbackBuffer()
Initializes a new instance of the T:System.Text.EncoderFallbackBuffer class.
abstract int Remaining
When overridden in a derived class, gets the number of characters in the current T:System....
abstract char GetNextChar()
When overridden in a derived class, retrieves the next character in the fallback buffer.
virtual void Reset()
Initializes all data and state information pertaining to this fallback buffer.
Provides a buffer that allows a fallback handler to return an alternate string to an encoder when it ...
abstract bool Fallback(char charUnknown, int index)
When overridden in a derived class, prepares the fallback buffer to handle the specified input charac...
abstract bool MovePrevious()
When overridden in a derived class, causes the next call to the M:System.Text.EncoderFallbackBuffer....