Beispiel #1
0
 /// <summary>
 /// Asynchronously writes using the text representation of the specified array of objects to the standard output stream using the collection of styled text as the specified format information.
 /// </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 WriteAsync(params object[] args) => Fabulous.WriteAsync(this, args);
Beispiel #2
0
 /// <summary>
 /// Asynchronously writes the collection of styled text to the standard output stream.
 /// </summary>
 /// <returns>A task that represents the asynchronous write operation.</returns>
 public Task WriteAsync() => Fabulous.WriteAsync(this);