コード例 #1
0
 public void AppendTextWriter(IIndentedTextWriterWrapper otherWriter)
 {
     this.Write(otherWriter.ToString());
 }