DecoderReplacementFallbackBuffer.Reset Method

Definition

Initializes all internal state information and data in the DecoderReplacementFallbackBuffer object.

public:
 override void Reset();
public override void Reset ();
override this.Reset : unit -> unit
Public Overrides Sub Reset ()

Remarks

The Reset method discards any persisted state information and data that govern the emitting of a replacement string. Unpredictable results occur if the decoding operation continues after the Reset method is invoked.

Applies to