Method Write
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