BinaryAccumulatingAggregator<T1, T2, TResult, TIntermediate, TConverter1, TConverter2, TAccumulator> Properties

Properties

EmptyGroupsHaveValue Gets whether the aggregator produces a value for empty groups.
(Inherited from BinaryAggregator<T1, T2, TResult>)
EmptyValue Gets the value that is returned when the input is empty.
(Inherited from BinaryAggregator<T1, T2, TResult>)
SupportsDirectAggregation Gets whether the aggregator supports computing the aggregation for all groups directly from the group levels.
(Inherited from BinaryAggregator<T1, T2, TResult>)

See Also