MemoryStream.Flush Method

Definition

Overrides the Flush() method so that no action is performed.

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

Remarks

This method overrides the Stream.Flush method.

Because any data written to a MemoryStream object is written into RAM, this method is redundant.

Applies to

See also