EncoderFallbackBuffer.Reset Method

Definition

Initializes all data and state information pertaining to this fallback buffer.

public:
 virtual void Reset();
public virtual void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Overridable Sub Reset ()

Notes to Inheritors

After calling the Reset() method, the Remaining property should return 0, the GetNextChar() method should return U+0000, and the MovePrevious() method should return false.

Applies to