Beispiel #1
0
 public override StringBuilder AppendTo(StringBuilder sb)
 {
     sb.Append('~');
     sb = SExpr.AppendTo(sb);
     return(sb);
 }