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