MemoryStream.Flush Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Overrides Stream.Flush so that no action is performed.
Assembly: mscorlib (in mscorlib.dll)
This method overrides Flush.
Since any data written to a MemoryStream is written into RAM, this method is redundant.
Show: