System.IO.UnmanagedMemoryStream.UnmanagedMemoryStream.Flush C# (CSharp) 메소드

Flush() 공개 메소드

public Flush ( ) : void
리턴 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
		}