Ejemplo n.º 1
0
 public static IOperation applyConvert(IOperation from, ValueType convertType)
 {
     return(new Conv(from, convertType));
 }