System.ConsolePal.WindowsConsoleStream.Flush C# (CSharp) Method

Flush() public method

public Flush ( ) : void
return void
            public override void Flush()
            {
                if (_handle == IntPtr.Zero) throw Error.GetFileNotOpen();
                base.Flush();
            }