コード例 #1
0
 public ExprAvgNodeFactory(ExprAvgNode parent, Type childType, MethodResolutionService methodResolutionService)
 {
     this._parent     = parent;
     this._childType  = childType;
     this._resultType = methodResolutionService.GetAvgAggregatorType(childType);
 }