Method Write
Write(IOutputBuffer)
Write the contents of the buffer to the console
public virtual void Write(IOutputBuffer buffer)
Parameters
bufferIOutputBuffer
Write(StringBuilder)
Output the contents of the output to the console.
protected abstract void Write(StringBuilder output)
Parameters
outputStringBuilder