System.IO.UnmanagedMemoryStream.UnmanagedMemoryStream.Flush C# (CSharp) Méthode

Flush() public méthode

public Flush ( ) : void
Résultat void
		public override void Flush ()
		{
			if (closed)
				throw new ObjectDisposedException("The stream is closed");
			//This method performs no action for this class
			//but is included as part of the Stream base class
		}