DecoderFallbackBuffer.Reset 方法

定義

初始化所有與此備援緩衝區相關的資料與狀態資訊。

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

給繼承者的注意事項

呼叫該 Reset() 方法後, Remaining 屬性應回傳 0, GetNextChar() 方法應回傳 U+0000,且 MovePrevious() 返回 false

適用於