Пример #1
0
 public void Visit(INodeModel node)
 {
     this.writer.Write(node.ToString());
     this.writer.WriteLine();
 }