예제 #1
0
 /// <summary>
 /// Asynchronously 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 asynchronously printed to the standard error stream afterwards.
 /// </summary>
 /// <param name="args">An array of objects to write using the styled text format.</param>
 /// <returns>A task that represents the asynchronous write operation.</returns>
 public Task WriteErrorLineAsync(params object[] args) => Fabulous.WriteErrorLineAsync(this, args);
예제 #2
0
 /// <summary>
 /// Asynchronously writes the collection of styled text followed by the current line terminator to the standard error stream.
 /// </summary>
 /// <returns>A task that represents the asynchronous write operation.</returns>
 public Task WriteErrorLineAsync() => Fabulous.WriteErrorLineAsync(this);