Пример #1
0
 public override Node Visit(SingleRowTableOp op, Node n)
 {
     return(CopyDefault(m_destCmd.CreateSingleRowTableOp(), n));
 }