DecoderFallbackBuffer.Reset Método
Definição
Inicializa todas as informações de dados e de estado pertencentes a esse buffer de fallback.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 ()
Notas aos Herdeiros
Depois de chamar o Reset() método, a Remaining propriedade deve retornar 0, o GetNextChar() método deve retornar U + 0000 e o MovePrevious() método deve retornar false .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.