IndentedTextWriter.Flush Method

Definition

Flushes the stream.

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

Remarks

This clears the stream of any data.

Applies to