Ejemplo n.º 1
0
 /// <summary>Appends the string returned by processing a composite format string, each format item is replaced by the string representation of arguments.</summary>
 public void AppendFormat <T1>(ReadOnlySpan <char> format, T1 arg1) => _vsb.AppendFormat(format, arg1);