Beispiel #1
0
 /// <summary>
 /// Writes the collection of styled text using the text representation of the specified array of objects to the standard error stream using the collection of styled text as the specified format information. The current line terminator will also be printed to the standard error stream afterwards.
 /// </summary>
 /// <param name="args">An array of objects to write using the styled text format.</param>
 public void WriteErrorLine(params object[] args) => Fabulous.WriteErrorLine(this, args);
Beispiel #2
0
 /// <summary>
 /// Writes the collection of styled text followed by the current line terminator to the standard error stream.
 /// </summary>
 public void WriteErrorLine() => Fabulous.WriteErrorLine(this);