ICustomAggregateFunctionContext<TInput, TOutput> Members
Implements the logic of a custom aggregation function.
#Methods
Name | Description |
---|---|
Get |
Gets the custom aggregate function’s result. |
Process |
Processes every element of a collection supplied to the custom aggregate function. |
See Also