/// <summary> /// 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> public void Write(params object[] args) => Fabulous.Write(this, args);
/// <summary> /// Writes the collection of styled text to the standard output stream. /// </summary> public void Write() => Fabulous.Write(this);