Exemplo n.º 1
0
 public object GetResult() => AggregationInstance?.GetResult();
Exemplo n.º 2
0
 protected virtual void InternalAggregate(TIn input)
 {
     AggregationInstance?.Aggregate(SourcePropertyInfo?.GetValue(this.GetInValue(input)));
 }