ArgsTests.CLI.CliUnitTestConsole.Clear C# (CSharp) Метод

Clear() публичный Метод

public Clear ( ) : void
Результат void
        public void Clear()
        {
            Buffer = new ConsoleBitmap(0, 0, this.BufferWidth, this.WindowHeight);
            this.BufferWidth = Buffer.Width;
            this.CursorLeft = 0;
            this.CursorTop = 0;
        }