예제 #1
0
 public void Visit <T>(Literal <T> literal)
 {
     _sb.Append(literal.Format());
 }