<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.2.26159.112" />
System.Text.ValueStringBuilder
public ref char this[
int index] {
get; }
public int Length {
get;
set; }
public void Append(
char c,
int count)
public void Insert(
int index,
char value,
int count)
public void Insert(
int index,
string s)