Ejemplo n.º 1
0
 public ExprSumNodeFactory(ExprSumNode parent, MethodResolutionService methodResolutionService, Type inputValueType)
 {
     this._parent         = parent;
     this._inputValueType = inputValueType;
     this._resultType     = methodResolutionService.GetSumAggregatorType(inputValueType);
 }