Table of Contents

Method Write

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

Write(IOutputBuffer)

Write the contents of the buffer to the console

public virtual void Write(IOutputBuffer buffer)

Parameters

buffer IOutputBuffer

Write(StringBuilder)

Output the contents of the output to the console.

protected abstract void Write(StringBuilder output)

Parameters

output StringBuilder