Ejemplo n.º 1
0
 protected internal virtual Node TransformOperator(Operator op)
 {
     return(op.AcceptTransformer(this, true));
 }