<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.3.26207.106" />
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)