ICustomAggregateFunctionContext<TInput, TOutput> Methods
Implements the logic of a custom aggregation function.
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