Example #1
0
 public override Node Visit(SingleRowOp op, Node n)
 {
     return(CopyDefault(m_destCmd.CreateSingleRowOp(), n));
 }